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

/freebsd-10.1-release/sys/security/audit/
H A Daudit_worker.c173 if (audit_qctrl.aq_minfree != 0) {
174 temp = mnt_stat->f_blocks / (100 / audit_qctrl.aq_minfree);
182 audit_qctrl.aq_minfree);
H A Daudit_syscalls.c291 (u_int64_t)audit_qctrl.aq_minfree;
315 audit_qctrl.aq_minfree =
325 (udata.au_qctrl.aq_minfree < 0) ||
326 (udata.au_qctrl.aq_minfree > 100))
H A Daudit.c304 audit_qctrl.aq_minfree = AU_FS_MINFREE;
H A Daudit_bsm.c363 tok = au_to_arg64(2, "setqctrl:aq_minfree",
383 tok = au_to_arg32(2, "setqctrl:aq_minfree",
384 ar->ar_arg_auditon.au_qctrl.aq_minfree);
/freebsd-10.1-release/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c585 oq.oq_minfree = qctrl->aq_minfree;
593 qctrl->aq_minfree = oq.oq_minfree;
624 oq.oq_minfree = qctrl->aq_minfree;
632 qctrl->aq_minfree = oq.oq_minfree;
/freebsd-10.1-release/contrib/openbsm/sys/bsm/
H A Daudit.h260 int aq_minfree; /* Minimum filesystem percent free space. */ member in struct:au_qctrl
/freebsd-10.1-release/sys/bsm/
H A Daudit.h261 int aq_minfree; /* Minimum filesystem percent free space. */ member in struct:au_qctrl
/freebsd-10.1-release/contrib/openbsm/libauditd/
H A Dauditd_lib.c326 if (qctrl.aq_minfree != auditd_minval) {
327 qctrl.aq_minfree = auditd_minval;

Completed in 75 milliseconds