Searched refs:PR_ARG_CORES (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_arg.c123 if ((oflag & PR_ARG_ANY) == PR_ARG_CORES)
174 if ((oflag & PR_ARG_CORES) &&
216 if ((oflag & PR_ARG_CORES) && (fd = open_core(arg, perr)) != -1) {
H A Dlibproc.h683 #define PR_ARG_CORES 0x2 /* Allow core file arguments */ macro
685 #define PR_ARG_ANY (PR_ARG_PIDS | PR_ARG_CORES)
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c145 if ((Pr = proc_arg_xgrab(arg, NULL, PR_ARG_CORES,

Completed in 48 milliseconds