Searched refs:policy_flags (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dpolicy_check.c35 static int policy_flags = 0; variable
79 if (policy_flags & CHECK_POLICY_FAIL)
86 if ((policy_flags & (CHECK_POLICY_BACKTRACE | CHECK_POLICY_PANIC)) == CHECK_POLICY_BACKTRACE) {
87 if (policy_flags & CHECK_POLICY_PERIODIC) {
113 if (policy_flags & CHECK_POLICY_PANIC)
507 policy_flags = flags;

Completed in 17 milliseconds