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

/illumos-gate/usr/src/lib/libproc/common/
H A DPisprocdir.c46 procfs_path, (int)Pr->pid, dir);
49 procfs_path, (int)Pr->pid, dir);
H A Dproc_get_info.c63 procfs_path, (int)pid);
83 procfs_path, (int)pid);
111 procfs_path, (int)pid);
141 procfs_path, (int)pid);
172 procfs_path, (int)pid);
189 procfs_path, (int)pid);
212 procfs_path, (int)pid);
H A Dproc_arg.c46 * Allocate enough space for procfs_path + arg + "/psinfo"
48 char *path = alloca(strlen(arg) + strlen(procfs_path) + 9);
54 (void) strcpy(path, procfs_path);
446 if ((procdir = opendir(procfs_path)) == NULL)
456 "%s/%ld/psinfo", procfs_path, pid);
473 "%s/%ld/lpsinfo", procfs_path, pid);
H A DPfdinfo.c99 "%s/%d/path", procfs_path, (int)P->pid);
145 "%s/%d/path/%d", procfs_path, (int)P->pid,
H A DPscantext.c84 procfs_path, (int)P->pid);
H A DPlwpregs.c79 procfs_path, (int)P->status.pr_pid, (int)lwpid, fbase);
178 procfs_path, (int)P->status.pr_pid, (int)lwpid);
H A DPcontrol.h294 extern char procfs_path[PATH_MAX];
H A DPcontrol.c71 char procfs_path[PATH_MAX] = "/proc"; variable
113 procfs_path, (int)P->pid);
146 procfs_path, (int)P->pid);
281 "%s/%d/path/a.out", procfs_path, (int)P->pid);
293 "%s/%d/object/a.out", procfs_path, (int)P->pid);
304 "%s/%d/path/cwd", procfs_path, (int)P->pid);
362 (void) snprintf(procfs_path, sizeof (procfs_path), "%s", path);
508 procfs_path, (int)pid);
811 procfs_path, (in
[all...]
H A DPservice.c197 procfs_path, (int)P->status.pr_pid, (int)lwpid);
H A DPsyscall.c128 procfs_path, (int)P->pid);
H A DPzone.c799 procfs_path, (int)P->pid, mptr->map_pmap.pr_mapname);
H A DPsymtab.c1630 procfs_path, (int)P->pid, fptr->file_pname);

Completed in 64 milliseconds