Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Daudit_syscalls.c294 (u_int64_t)audit_qctrl.aq_hiwater; in sys_auditon()
314 udata.au_qctrl.aq_hiwater) || in sys_auditon()
318 audit_qctrl.aq_hiwater = in sys_auditon()
331 if ((udata.au_qctrl.aq_hiwater > AQ_MAXHIGH) || in sys_auditon()
332 (udata.au_qctrl.aq_lowater >= udata.au_qctrl.aq_hiwater) || in sys_auditon()
H A Daudit.c355 audit_qctrl.aq_hiwater = AQ_HIWATER; in audit_init()
574 while (audit_q_len >= audit_qctrl.aq_hiwater) in audit_commit()
H A Daudit_bsm.c380 ar->ar_arg_auditon.au_qctrl.aq_hiwater); in audit_sys_auditon()
/f-stack/freebsd/bsm/
H A Daudit.h262 int aq_hiwater; /* Max # of audit recs in queue when */ member
/f-stack/tools/compat/include/bsm/
H A Daudit.h252 int aq_hiwater; /* Max # of audit recs in queue when */ member