Searched refs:core_options (Results 1 – 3 of 3) sorted by relevance
92 if (!(cg->core_options & CC_GLOBAL_LOG)) in core_log()372 !(cg->core_options & CC_GLOBAL_SETID)) || in do_core()374 !(cg->core_options & CC_PROCESS_SETID))) in do_core()655 if (!(my_cg->core_options & (CC_PROCESS_PATH|CC_GLOBAL_PATH)) && in core()656 !(global_cg->core_options & CC_GLOBAL_PATH)) { in core()727 if (my_cg->core_options & CC_PROCESS_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()
179 cg->core_options = CC_PROCESS_PATH; in core_init_zone()258 cg->core_options = (uint32_t)arg1; in corectl()263 return (cg->core_options); in corectl()
119 uint32_t core_options; member