Home
last modified time | relevance | path

Searched refs:MIN_AUDIT_FILE_SIZE (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/bsm/
H A Daudit.h42 #define MIN_AUDIT_FILE_SIZE (512 * 1024) macro
/xnu-8019.80.24/bsd/security/audit/
H A Daudit_syscalls.c800 (udata.au_fstat.af_filesz < MIN_AUDIT_FILE_SIZE))) { in auditon()