Searched refs:proc_grab_common (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libproc/common/ |
H A D | proc_arg.c | 130 proc_grab_common(const char *arg, const char *path, int oflag, int gflag, in proc_grab_common() function 246 return (proc_grab_common(arg, path, oflag, gflag, perr, lwps, NULL)); in proc_arg_xgrab() 252 return (proc_grab_common(arg, NULL, oflag, gflag, perr, NULL, NULL)); in proc_arg_grab() 263 if (proc_grab_common(arg, NULL, oflag, 0, perr, NULL, psp) == NULL) in proc_arg_psinfo() 278 if (proc_grab_common(arg, NULL, oflag, 0, perr, lwps, psp) == NULL) in proc_arg_xpsinfo()
|