Symbol: PR_ARG_PIDS
usr/src/cmd/gcore/gcore.c
238
P = proc_arg_grab(argv[i], PR_ARG_PIDS, oflags, &gerr);
usr/src/cmd/mdb/common/mdb/mdb_main.c
814
if (proc_arg_psinfo(pidarg, PR_ARG_PIDS, NULL, &status) == -1) {
usr/src/cmd/newtask/newtask.c
357
if ((p = proc_arg_grab(procname, PR_ARG_PIDS, 0, &gret)) == NULL) {
usr/src/cmd/newtask/newtask.c
448
if ((p = proc_arg_grab(procname, PR_ARG_PIDS, 0, &gret)) == NULL) {
usr/src/cmd/nohup/nohup.c
737
PR_ARG_PIDS, &psinfo, &gcode) == -1)
usr/src/cmd/nohup/nohup.c
750
PR_ARG_PIDS, flag, &gcode)) == NULL) {
usr/src/cmd/nohup/nohup.c
804
if ((P = proc_arg_grab(argv[i], PR_ARG_PIDS, flag,
usr/src/cmd/plimit/plimit.c
174
if ((pid = proc_arg_psinfo(arg = *argv++, PR_ARG_PIDS,
usr/src/cmd/ppgsz/ppgsz.c
330
pid = proc_arg_psinfo(arg, PR_ARG_PIDS, &psinfo, &gret);
usr/src/cmd/prctl/prctl.c
2210
if ((p->pid = proc_arg_psinfo(idname, PR_ARG_PIDS,
usr/src/cmd/ptools/pcred/pcred.c
171
if ((Pr = proc_arg_grab(arg, doset ? PR_ARG_PIDS : PR_ARG_ANY,
usr/src/cmd/ptools/pfiles/pfiles.c
135
if ((pid = proc_arg_psinfo(arg, PR_ARG_PIDS,
usr/src/cmd/ptools/pflags/pflags.c
147
proc_arg_psinfo(arg, PR_ARG_PIDS, &psinfo, &gcode2) > 0 &&
usr/src/cmd/ptools/pmadvise/pmadvise.c
1060
if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_PIDS,
usr/src/cmd/ptools/ppriv/ppriv.c
177
if ((Pr = proc_arg_grab(arg, set ? PR_ARG_PIDS : PR_ARG_ANY,
usr/src/cmd/ptools/preap/preap.c
115
if ((pid = proc_arg_psinfo(arg, PR_ARG_PIDS, &psinfo, &gret)) == -1) {
usr/src/cmd/ptools/prun/prun.c
72
if ((P = proc_arg_xgrab(arg, NULL, PR_ARG_PIDS, PGRAB_FORCE |
usr/src/cmd/ptools/psig/psig.c
191
if ((Pr = proc_arg_grab(arg, PR_ARG_PIDS, PGRAB_RDONLY|PGRAB_FORCE,
usr/src/cmd/ptools/pstop/pstop.c
72
if ((P = proc_arg_xgrab(arg, NULL, PR_ARG_PIDS, PGRAB_RETAIN |
usr/src/cmd/ptools/ptime/ptime.c
71
if ((Pr = proc_arg_grab(pidstr, PR_ARG_PIDS,
usr/src/cmd/truss/main.c
2244
if ((pid = proc_arg_xpsinfo(arg, PR_ARG_PIDS, NULL, &i, &lwps)) < 0) {
usr/src/lib/libproc/common/libproc.h
713
#define PR_ARG_ANY (PR_ARG_PIDS | PR_ARG_CORES)
usr/src/lib/libproc/common/proc_arg.c
121
if ((oflag & PR_ARG_ANY) == PR_ARG_PIDS)
usr/src/lib/libproc/common/proc_arg.c
150
if ((oflag & PR_ARG_PIDS) &&
usr/src/lib/libproc/common/proc_arg.c
200
if ((oflag & PR_ARG_PIDS) && (fd = open_psinfo(arg, perr)) != -1) {