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

/xnu-2422.115.4/bsd/bsm/
H A Daudit.h248 * aq_hiwater: AQ_HIWATER (100) AQ_MAXHIGH (10000)
249 * aq_lowater: AQ_LOWATER (10) <aq_hiwater
254 int aq_hiwater; /* Max # of audit recs in queue when */ member in struct:au_qctrl
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_syscalls.c418 (u_int64_t)audit_qctrl.aq_hiwater;
448 audit_qctrl.aq_hiwater =
461 (udata.au_qctrl.aq_hiwater > AQ_MAXHIGH) ||
462 (udata.au_qctrl.aq_lowater >= udata.au_qctrl.aq_hiwater) ||
H A Daudit.c308 audit_qctrl.aq_hiwater = AQ_HIWATER;
558 while (audit_q_len >= audit_qctrl.aq_hiwater)
H A Daudit_worker.c510 while (audit_q_len >= audit_qctrl.aq_hiwater)
H A Daudit_bsm.c400 tok = au_to_arg64(2, "setqctrl:aq_hiwater",
421 tok = au_to_arg32(2, "setqctrl:aq_hiwater",
422 ar->ar_arg_auditon.au_qctrl.aq_hiwater);

Completed in 39 milliseconds