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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_safte.c291 int err, oid, r, i, hiwater, nitems; local
368 hiwater = lp->uscsi_buflen - lp->uscsi_resid;
388 BAIL(r, hiwater, sdata, buflen, driveids, id_size);
461 BAIL(r, hiwater, sdata, buflen, driveids, id_size);
535 BAIL(r, hiwater, sdata, buflen, driveids, id_size);
574 BAIL(r, hiwater, sdata, buflen, driveids, id_size);
602 BAIL(r, hiwater, sdata, buflen, driveids, id_size);
644 BAIL(r, hiwater, sdata, buflen, driveids, id_size);
646 BAIL(r, hiwater, sdata, buflen, driveids, id_size);
705 hiwater
[all...]
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_kernel.h258 size_t hiwater; /* high water mark to block */ member in struct:audit_queue
/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c172 { "-setqctrl", " hiwater lowater bufsz delay",
175 { "-setqhiwater", " hiwater", AC_ARG_SETQHIWATER, B_TRUE},
256 static void do_setqctrl(char *hiwater, char *lowater, char *bufsz, char *delay);
258 static void do_setqhiwater(char *hiwater);
544 gettext("Invalid hiwater specified."));
577 gettext("Invalid hiwater specified."));
923 char *hiwater, *lowater, *bufsz, *delay; local
925 ++argv; hiwater = *argv;
929 do_setqctrl(hiwater, lowater, bufsz, delay);
1499 * size, audit queue hiwater mar
2057 do_setqctrl(char *hiwater, char *lowater, char *bufsz, char *delay) argument
2125 do_setqhiwater(char *hiwater) argument
[all...]

Completed in 51 milliseconds