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

/freebsd-11-stable/sys/security/audit/
H A Daudit_worker.c252 audit_in_failure = 1;
253 } else if (audit_in_failure) {
256 * spot to do it: unset audit_in_failure, and issue a
274 * true, since audit_in_failure can only be set of audit_fail_stop is
277 * Note: if we handle recovery from audit_in_failure, then we need to
280 if (audit_in_failure) {
H A Daudit.c109 int audit_in_failure; variable
289 audit_in_failure = 0;
564 if (audit_in_failure &&
H A Daudit_private.h363 extern int audit_in_failure;

Completed in 133 milliseconds