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

/illumos-gate/usr/src/lib/libproc/common/
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...]

Completed in 75 milliseconds