Searched refs:procfs_path (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | proc_get_info.c | 65 procfs_path, (int)pid); in proc_get_cred() 85 procfs_path, (int)pid); in proc_get_secflags() 113 procfs_path, (int)pid); in proc_get_priv() 143 procfs_path, (int)pid); in proc_get_ldt() 174 procfs_path, (int)pid); in proc_get_psinfo() 191 procfs_path, (int)pid); in proc_get_status() 214 procfs_path, (int)pid); in proc_get_auxv() 231 procfs_path, (int)pid, thr); in proc_get_lwpsinfo() 248 procfs_path, (int)pid, thr); in proc_get_lwpstatus() 269 procfs_path, (int)pid); in proc_get_cwd()
|
H A D | Pisprocdir.c | 44 procfs_path, (int)Pr->pid, dir); in Pisprocdir() 47 procfs_path, (int)Pr->pid, dir); in Pisprocdir()
|
H A D | proc_arg.c | 49 char *path = alloca(strlen(arg) + strlen(procfs_path) + 9); in open_psinfo() 55 (void) strcpy(path, procfs_path); in open_psinfo() 452 if ((procdir = opendir(procfs_path)) == NULL) in proc_walk() 462 "%s/%ld/psinfo", procfs_path, pid); in proc_walk() 479 "%s/%ld/lpsinfo", procfs_path, pid); in proc_walk()
|
H A D | proc_fd.c | 45 if (asprintf(&dir, "%s/%d/fd", procfs_path, (int)pid) == -1) in proc_fdwalk() 123 procfs_path, (int)pid, fd) == -1) { in proc_get_fdinfo()
|
H A D | Plwpregs.c | 87 procfs_path, (int)P->status.pr_pid, (int)lwpid, fbase); in getlwpfile() 121 procfs_path, (int)P->status.pr_pid, (int)lwpid, fbase); in getlwpfile_alloc() 289 procfs_path, (int)P->status.pr_pid, (int)lwpid); in setlwpregs_proc()
|
H A D | Pcontrol.c | 75 char procfs_path[PATH_MAX] = "/proc"; variable 114 procfs_path, (int)P->pid); in Pread_maps_live() 146 procfs_path, (int)P->pid); in Pread_aux_live() 270 "%s/%d/path/a.out", procfs_path, (int)P->pid); in Pexecname_live() 282 "%s/%d/object/a.out", procfs_path, (int)P->pid); in Pexecname_live() 420 (void) snprintf(procfs_path, sizeof (procfs_path), "%s", path); in Pset_procfs_path() 567 procfs_path, (int)pid); in Pxcreate() 870 procfs_path, (int)pid); in Pgrab() 1578 procfs_path, (int)P->pid); in Preopen() 2962 (void) snprintf(lpath, sizeof (lpath), "%s/%d/%s", procfs_path, in read_lfile() [all …]
|
H A D | Pscantext.c | 82 procfs_path, (int)P->pid); in Pscantext()
|
H A D | Pcontrol.h | 305 extern char procfs_path[PATH_MAX];
|
H A D | Pservice.c | 203 procfs_path, (int)P->status.pr_pid, (int)lwpid); in ps_lgetxregsize()
|
H A D | Psyscall.c | 128 procfs_path, (int)P->pid); in Pcreate_agent()
|
H A D | Pzone.c | 801 procfs_path, (int)P->pid, mptr->map_pmap.pr_mapname); in Pfindmap()
|
H A D | Psymtab.c | 1884 procfs_path, (int)P->pid, fptr->file_pname); in Pbuild_file_symtab()
|