Searched refs:CC_GLOBAL_LOG (Results 1 – 4 of 4) sorted by relevance
63 #define CC_GLOBAL_LOG 0x10 /* log global core dumps to syslog */ macro68 CC_GLOBAL_SETID | CC_PROCESS_SETID | CC_GLOBAL_LOG)
94 { GLOBAL_LOG_ENABLED, NULL, SCF_TYPE_BOOLEAN, NULL, CC_GLOBAL_LOG },190 flag = CC_GLOBAL_LOG; in main()313 (options & CC_GLOBAL_LOG)? "enabled" : "disabled"); in report_settings()592 options |= CC_GLOBAL_LOG; in read_legacy()
93 if (!(cg->core_options & CC_GLOBAL_LOG)) in core_log()
1326 if (val & CC_GLOBAL_LOG) in prt_cco()