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

/freebsd-11-stable/sys/security/audit/
H A Daudit_syscalls.c75 if ((uap->length <= 0) || (uap->length > audit_qctrl.aq_bufsz))
285 (u_int64_t)audit_qctrl.aq_hiwater;
287 (u_int64_t)audit_qctrl.aq_lowater;
289 (u_int64_t)audit_qctrl.aq_bufsz;
291 (u_int64_t)audit_qctrl.aq_minfree;
296 udata.au_qctrl = audit_qctrl;
309 audit_qctrl.aq_hiwater =
311 audit_qctrl.aq_lowater =
313 audit_qctrl.aq_bufsz =
315 audit_qctrl
[all...]
H A Daudit_worker.c206 if (audit_qctrl.aq_minfree != 0) {
207 temp = mnt_stat->f_blocks / (100 / audit_qctrl.aq_minfree);
215 audit_qctrl.aq_minfree);
446 if (audit_q_len == audit_qctrl.aq_lowater)
H A Daudit.c142 struct au_qctrl audit_qctrl; variable in typeref:struct:au_qctrl
301 audit_qctrl.aq_hiwater = AQ_HIWATER;
302 audit_qctrl.aq_lowater = AQ_LOWATER;
303 audit_qctrl.aq_bufsz = AQ_BUFSZ;
304 audit_qctrl.aq_minfree = AU_FS_MINFREE;
493 while (audit_q_len >= audit_qctrl.aq_hiwater)
H A Daudit_private.h61 extern struct au_qctrl audit_qctrl;

Completed in 73 milliseconds