Home
last modified time | relevance | path

Searched refs:PR_ARG_ANY (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pldd/
H A Dpldd.c105 if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_ANY, in main()
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_arg.c121 if ((oflag & PR_ARG_ANY) == PR_ARG_PIDS) in open_error()
124 if ((oflag & PR_ARG_ANY) == PR_ARG_CORES) in open_error()
H A Dlibproc.h713 #define PR_ARG_ANY (PR_ARG_PIDS | PR_ARG_CORES) macro
/illumos-gate/usr/src/cmd/ptools/pwdx/
H A Dpwdx.c118 P = proc_arg_grab(str, PR_ARG_ANY, PGRAB_RDONLY, &err); in pwdx()
/illumos-gate/usr/src/cmd/ptools/psecflags/
H A Dpsecflags.c286 if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_ANY, in main()
/illumos-gate/usr/src/cmd/ptools/pcred/
H A Dpcred.c171 if ((Pr = proc_arg_grab(arg, doset ? PR_ARG_PIDS : PR_ARG_ANY, in look()
/illumos-gate/usr/src/cmd/ptools/pflags/
H A Dpflags.c143 if ((Pr = proc_arg_xgrab(arg, NULL, PR_ARG_ANY, in look()
/illumos-gate/usr/src/cmd/ptools/pargs/
H A Dpargs.c1436 if (proc_arg_psinfo(arg, PR_ARG_ANY, &psinfo, in main()
1466 if ((Pr = proc_arg_grab(arg, PR_ARG_ANY, PGRAB_RDONLY, in main()
/illumos-gate/usr/src/cmd/ptools/ppriv/
H A Dppriv.c177 if ((Pr = proc_arg_grab(arg, set ? PR_ARG_PIDS : PR_ARG_ANY, in look()
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c145 if (proc_arg_psinfo(arg, PR_ARG_ANY, &psinfo, in main()
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c228 if ((Pr = proc_arg_xgrab(arg, NULL, PR_ARG_ANY, in main()
/illumos-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c1260 PR_ARG_ANY, force | PGRAB_RETAIN | PGRAB_NOSTOP, &error, &lwps); in do_process()
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c344 if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_ANY, in main()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1264 PR_ARG_ANY, pt->p_gflags, &perr); in pt_attach()
5367 aout_path == PT_EXEC_PATH ? NULL : aout_path, PR_ARG_ANY, in mdb_proc_tgt_create()