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

/xnu-2422.115.4/bsd/bsm/
H A Daudit.h262 int aq_minfree; /* Minimum filesystem percent free space. */ member in struct:au_qctrl
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_worker.c204 if (audit_qctrl.aq_minfree != 0) {
205 temp = mnt_stat->f_blocks / (100 / audit_qctrl.aq_minfree);
H A Daudit_syscalls.c426 (int64_t)audit_qctrl.aq_minfree;
454 audit_qctrl.aq_minfree =
464 (udata.au_qctrl.aq_minfree < 0) ||
465 (udata.au_qctrl.aq_minfree > 100))
H A Daudit.c311 audit_qctrl.aq_minfree = AU_FS_MINFREE;
H A Daudit_bsm.c412 tok = au_to_arg32(2, "setqctrl:aq_minfree",
433 tok = au_to_arg32(2, "setqctrl:aq_minfree",
434 ar->ar_arg_auditon.au_qctrl.aq_minfree);

Completed in 26 milliseconds