Home
last modified time | relevance | path

Searched refs:CC_GLOBAL_PATH (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dcorectl.h59 #define CC_GLOBAL_PATH 0x01 /* enable global core files */ macro
67 (CC_GLOBAL_PATH | CC_PROCESS_PATH | \
/titanic_41/usr/src/cmd/coreadm/
H A Dcoreadm.c89 { GLOBAL_ENABLED, NULL, SCF_TYPE_BOOLEAN, NULL, CC_GLOBAL_PATH },
181 flag = CC_GLOBAL_PATH; in main()
304 (options & CC_GLOBAL_PATH)? "enabled" : "disabled"); in report_settings()
567 options |= CC_GLOBAL_PATH; in read_legacy()
/titanic_41/usr/src/uts/common/os/
H A Dcore.c655 if (!(my_cg->core_options & (CC_PROCESS_PATH|CC_GLOBAL_PATH)) && in core()
656 !(global_cg->core_options & CC_GLOBAL_PATH)) { in core()
745 if (my_cg->core_options & CC_GLOBAL_PATH) in core()
748 if (global_cg != my_cg && (global_cg->core_options & CC_GLOBAL_PATH)) in core()
/titanic_41/usr/src/cmd/gcore/
H A Dgcore.c211 if (opt_g && !(options & CC_GLOBAL_PATH)) { in main()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c1313 if (val & CC_GLOBAL_PATH) in prt_cco()