Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_get_info.c65 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 DPisprocdir.c44 procfs_path, (int)Pr->pid, dir); in Pisprocdir()
47 procfs_path, (int)Pr->pid, dir); in Pisprocdir()
H A Dproc_arg.c49 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 Dproc_fd.c45 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 DPlwpregs.c87 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 DPcontrol.c75 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 DPscantext.c82 procfs_path, (int)P->pid); in Pscantext()
H A DPcontrol.h305 extern char procfs_path[PATH_MAX];
H A DPservice.c203 procfs_path, (int)P->status.pr_pid, (int)lwpid); in ps_lgetxregsize()
H A DPsyscall.c128 procfs_path, (int)P->pid); in Pcreate_agent()
H A DPzone.c801 procfs_path, (int)P->pid, mptr->map_pmap.pr_mapname); in Pfindmap()
H A DPsymtab.c1884 procfs_path, (int)P->pid, fptr->file_pname); in Pbuild_file_symtab()