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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsinfo.c503 uint32_t qctrl, qpad; local
518 &fthresh, &fstop, &qthresh, &qlimit, &qctrl, &qpad);
527 if ((qctrl != FILE_VC_QUOTA_ENFORCE) ||
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Daudit_remote.c106 struct au_qctrl qctrl; local
108 if (auditon(A_GETQCTRL, (caddr_t)&qctrl, 0) != -1) {
109 transq_count_max = qctrl.aq_hiwater;
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c1476 struct au_qctrl qctrl; local
1479 if (!do_getqbufsz_scf(&qctrl.aq_bufsz)) {
1483 if (qctrl.aq_bufsz == 0) {
1488 "buffer size (bytes) = %d\n"), qctrl.aq_bufsz);
1492 eauditon(A_GETQCTRL, (caddr_t)&qctrl, 0);
1494 qctrl.aq_bufsz);
1505 struct au_qctrl qctrl; local
1508 if (!do_getqctrl_scf(&qctrl)) {
1512 if (qctrl.aq_hiwater == 0) {
1517 "hiwater mark (records) = %d\n"), qctrl
1560 struct au_qctrl qctrl; local
1588 struct au_qctrl qctrl; local
1616 struct au_qctrl qctrl; local
2032 struct au_qctrl qctrl; local
2059 struct au_qctrl qctrl; local
2100 struct au_qctrl qctrl; local
2127 struct au_qctrl qctrl; local
2154 struct au_qctrl qctrl; local
[all...]

Completed in 64 milliseconds