Searched refs:procfs_path (Results 1 – 12 of 12) sorted by relevance
| /onnv-gate/usr/src/lib/libproc/common/ |
| H A D | proc_get_info.c | 61 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 D | Pisprocdir.c | 46 procfs_path, (int)Pr->pid, dir); in Pisprocdir() 49 procfs_path, (int)Pr->pid, dir); in Pisprocdir()
|
| H A D | proc_arg.c | 48 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 D | Pexecname.c | 276 "%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 D | Plwpregs.c | 75 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 D | Pscantext.c | 84 procfs_path, (int)P->pid); in Pscantext()
|
| H A D | Pcontrol.h | 279 extern char procfs_path[PATH_MAX];
|
| H A D | Pcontrol.c | 65 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 D | Pservice.c | 195 procfs_path, (int)P->status.pr_pid, (int)lwpid); in ps_lgetxregsize()
|
| H A D | Psyscall.c | 126 procfs_path, (int)P->pid); in Pcreate_agent()
|
| H A D | Pzone.c | 803 procfs_path, (int)P->pid, mptr->map_pmap.pr_mapname); in Pfindmap()
|
| H A D | Psymtab.c | 463 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()
|