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

/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_arg.c130 proc_grab_common(const char *arg, const char *path, int oflag, int gflag, function
246 return (proc_grab_common(arg, path, oflag, gflag, perr, lwps, NULL));
252 return (proc_grab_common(arg, NULL, oflag, gflag, perr, NULL, NULL));
263 if (proc_grab_common(arg, NULL, oflag, 0, perr, NULL, psp) == NULL)
278 if (proc_grab_common(arg, NULL, oflag, 0, perr, lwps, psp) == NULL)

Completed in 44 milliseconds