proc_grab_common
return (proc_grab_common(arg, path, oflag, gflag, perr, lwps, NULL));
return (proc_grab_common(arg, NULL, oflag, gflag, perr, NULL, NULL));
if (proc_grab_common(arg, NULL, oflag, 0, perr, NULL, psp) == NULL)
if (proc_grab_common(arg, NULL, oflag, 0, perr, lwps, psp) == NULL)