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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_worker.c245 audit_in_failure = 1;
246 } else if (audit_in_failure) {
249 * spot to do it: unset audit_in_failure, and issue a
266 * true, since audit_in_failure can only be set of audit_fail_stop is
269 * Note: if we handle recovery from audit_in_failure, then we need to
272 if (audit_in_failure) {
H A Daudit.c117 int audit_in_failure; variable
296 audit_in_failure = 0;
641 if (audit_in_failure &&
H A Daudit_private.h361 extern int audit_in_failure;

Completed in 25 milliseconds