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

/freebsd-13-stable/sys/security/audit/
H A Daudit.c107 bool __read_frequently audit_syscalls_enabled; variable
220 audit_syscalls_enabled = true;
224 audit_syscalls_enabled = true;
226 audit_syscalls_enabled = false;
340 audit_syscalls_enabled = false;
373 /* First initialisation of audit_syscalls_enabled. */
590 * This function will be entered only if audit_syscalls_enabled was set in the
H A Daudit.h65 * audit_syscalls_enabled flag tracks whether newly entering system calls
74 extern bool audit_syscalls_enabled;
155 * audit_syscalls_enabled flag before performing the actual call.
396 if (__predict_false(audit_syscalls_enabled)) { \
406 * auditing is disabled, so we don't just check audit_syscalls_enabled here.

Completed in 92 milliseconds