Searched refs:PR_ARG_ANY (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 105 if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_ANY, in main()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | proc_arg.c | 120 if ((oflag & PR_ARG_ANY) == PR_ARG_PIDS) in open_error() 123 if ((oflag & PR_ARG_ANY) == PR_ARG_CORES) in open_error()
|
H A D | libproc.h | 690 #define PR_ARG_ANY (PR_ARG_PIDS | PR_ARG_CORES) macro
|
/titanic_50/usr/src/cmd/ptools/pcred/ |
H A D | pcred.c | 173 if ((Pr = proc_arg_grab(arg, doset ? PR_ARG_PIDS : PR_ARG_ANY, in look()
|
/titanic_50/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 1390 if (proc_arg_psinfo(arg, PR_ARG_ANY, &psinfo, in main() 1420 if ((Pr = proc_arg_grab(arg, PR_ARG_ANY, PGRAB_RDONLY, in main()
|
/titanic_50/usr/src/cmd/ptools/ppriv/ |
H A D | ppriv.c | 176 if ((Pr = proc_arg_grab(arg, set ? PR_ARG_PIDS : PR_ARG_ANY, in look()
|
/titanic_50/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 146 if ((Pr = proc_arg_xgrab(arg, NULL, PR_ARG_ANY, in look()
|
/titanic_50/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 222 if ((Pr = proc_arg_xgrab(arg, NULL, PR_ARG_ANY, in main()
|
/titanic_50/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 153 if (proc_arg_psinfo(arg, PR_ARG_ANY, &psinfo, in main()
|
/titanic_50/usr/src/cmd/ptools/plgrp/ |
H A D | plgrp.c | 1262 PR_ARG_ANY, force | PGRAB_RETAIN | PGRAB_NOSTOP, &error, &lwps); in do_process()
|
/titanic_50/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 344 if ((Pr = proc_arg_grab(arg = *argv++, PR_ARG_ANY, in main()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 1262 PR_ARG_ANY, pt->p_gflags, &perr); in pt_attach() 5299 aout_path == PT_EXEC_PATH ? NULL : aout_path, PR_ARG_ANY, in mdb_proc_tgt_create()
|