Home
last modified time | relevance | path

Searched refs:procfs_path (Results 1 – 12 of 12) sorted by relevance

/onnv-gate/usr/src/lib/libproc/common/
H A Dproc_get_info.c61 procfs_path, (int)pid); in proc_get_cred()
82 procfs_path, (int)pid); in proc_get_priv()
112 procfs_path, (int)pid); in proc_get_ldt()
143 procfs_path, (int)pid); in proc_get_psinfo()
160 procfs_path, (int)pid); in proc_get_status()
183 procfs_path, (int)pid); in proc_get_auxv()
H A DPisprocdir.c46 procfs_path, (int)Pr->pid, dir); in Pisprocdir()
49 procfs_path, (int)Pr->pid, dir); in Pisprocdir()
H A Dproc_arg.c48 char *path = alloca(strlen(arg) + strlen(procfs_path) + 9); in open_psinfo()
54 (void) strcpy(path, procfs_path); in open_psinfo()
446 if ((procdir = opendir(procfs_path)) == NULL) in proc_walk()
456 "%s/%ld/psinfo", procfs_path, pid); in proc_walk()
473 "%s/%ld/lpsinfo", procfs_path, pid); in proc_walk()
H A DPexecname.c276 "%s/%d/path/a.out", procfs_path, (int)P->pid); in Pexecname()
288 "%s/%d/object/a.out", procfs_path, (int)P->pid); in Pexecname()
299 "%s/%d/path/cwd", procfs_path, (int)P->pid); in Pexecname()
H A DPlwpregs.c75 procfs_path, (int)P->status.pr_pid, (int)lwpid, fbase); in getlwpfile()
174 procfs_path, (int)P->status.pr_pid, (int)lwpid); in setlwpregs()
H A DPscantext.c84 procfs_path, (int)P->pid); in Pscantext()
H A DPcontrol.h279 extern char procfs_path[PATH_MAX];
H A DPcontrol.c65 char procfs_path[PATH_MAX] = "/proc"; variable
112 (void) snprintf(procfs_path, sizeof (procfs_path), "%s", path); in Pset_procfs_path()
258 procfs_path, (int)pid); in Pxcreate()
561 procfs_path, (int)pid); in Pgrab()
1304 procfs_path, (int)P->pid); in Preopen()
2687 (void) snprintf(lpath, sizeof (lpath), "%s/%d/%s", procfs_path, in read_lfile()
3003 procfs_path, (int)P->pid, (int)lwpid); in Lgrab()
H A DPservice.c195 procfs_path, (int)P->status.pr_pid, (int)lwpid); in ps_lgetxregsize()
H A DPsyscall.c126 procfs_path, (int)P->pid); in Pcreate_agent()
H A DPzone.c803 procfs_path, (int)P->pid, mptr->map_pmap.pr_mapname); in Pfindmap()
H A DPsymtab.c463 procfs_path, (int)P->pid); in Pupdate_maps()
876 procfs_path, (int)P->pid); in Preadauxvec()
1675 procfs_path, (int)P->pid, fptr->file_pname); in Pbuild_file_symtab()