Searched defs:kqmax (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/auditd/
H A Dauditd.c596 struct au_qctrl kqmax; local
621 if (auditon(A_GETQCTRL, (char *)&kqmax, sizeof (struct au_qctrl)) !=
628 kqmax.aq_hiwater *= 5; /* RAM is cheaper in userspace */
680 p->plg_qmax = kqmax.aq_hiwater; /* default */

Completed in 64 milliseconds