Home
last modified time | relevance | path

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

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