Home
last modified time | relevance | path

Searched refs:CC_PROCESS_PATH (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c91 { PROCESS_ENABLED, NULL, SCF_TYPE_BOOLEAN, NULL, CC_PROCESS_PATH },
184 flag = CC_PROCESS_PATH; in main()
307 (options & CC_PROCESS_PATH)? "enabled" : "disabled"); in report_settings()
523 options = CC_PROCESS_PATH; in read_legacy()
575 options |= CC_PROCESS_PATH; in read_legacy()
577 options &= ~CC_PROCESS_PATH; in read_legacy()
/illumos-gate/usr/src/uts/common/sys/
H A Dcorectl.h60 #define CC_PROCESS_PATH 0x02 /* enable per-process core files */ macro
67 (CC_GLOBAL_PATH | CC_PROCESS_PATH | \
/illumos-gate/usr/src/cmd/gcore/
H A Dgcore.c205 if (opt_p && !(options & CC_PROCESS_PATH)) { in main()
/illumos-gate/usr/src/uts/common/os/
H A Dcore.c656 if (!(my_cg->core_options & (CC_PROCESS_PATH|CC_GLOBAL_PATH)) && in core()
728 if (my_cg->core_options & CC_PROCESS_PATH) { in core()
/illumos-gate/usr/src/uts/common/syscall/
H A Dcorectl.c179 cg->core_options = CC_PROCESS_PATH; in core_init_zone()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1319 if (val & CC_PROCESS_PATH) in prt_cco()