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

/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c826 register unsigned long checks; local
864 if ((checks = sum_chkprinter(
873 if ((checks & PCK_CPI) && cpi_f)
876 if ((checks & PCK_LPI) && lpi_f)
879 if ((checks & PCK_WIDTH) && width_f)
882 if ((checks & PCK_LENGTH) && length_f)
885 if ((checks & PCK_CHARSET) && formbuf.chset) {
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c790 int checks = 10000; local
792 while (((inb(port + LSR) & XHRE) == 0) && checks--)
/illumos-gate/usr/src/common/crypto/des/
H A Ddes_impl.c720 uint8_t checks = 3; local
728 checks = 2;
739 for (j = 0; j < checks; j++) {
762 * Perform key equivalence checks, now that parity is properly set.

Completed in 63 milliseconds