Searched refs:audit_qctrl (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_syscalls.c162 if ((uap->length <= 0) || (uap->length > (int)audit_qctrl.aq_bufsz)) {
418 (u_int64_t)audit_qctrl.aq_hiwater;
420 (u_int64_t)audit_qctrl.aq_lowater;
422 (u_int64_t)audit_qctrl.aq_bufsz;
424 (u_int64_t)audit_qctrl.aq_delay;
426 (int64_t)audit_qctrl.aq_minfree;
433 udata.au_qctrl = audit_qctrl;
448 audit_qctrl.aq_hiwater =
450 audit_qctrl.aq_lowater =
452 audit_qctrl
[all...]
H A Daudit_worker.c204 if (audit_qctrl.aq_minfree != 0) {
205 temp = mnt_stat->f_blocks / (100 / audit_qctrl.aq_minfree);
452 if (audit_q_len == audit_qctrl.aq_lowater)
510 while (audit_q_len >= audit_qctrl.aq_hiwater)
H A Daudit.c150 struct au_qctrl audit_qctrl; variable in typeref:struct:au_qctrl
308 audit_qctrl.aq_hiwater = AQ_HIWATER;
309 audit_qctrl.aq_lowater = AQ_LOWATER;
310 audit_qctrl.aq_bufsz = AQ_BUFSZ;
311 audit_qctrl.aq_minfree = AU_FS_MINFREE;
558 while (audit_q_len >= audit_qctrl.aq_hiwater)
H A Daudit_private.h67 extern struct au_qctrl audit_qctrl;

Completed in 24 milliseconds