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

/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Ddes3_test.c171 int testnum = 0; local
180 (void) printf("Keycheck Test #%d ", testnum);
182 (void) printf("PASSED\n", testnum);
185 (void) printf("FAILED\n", testnum);
187 testnum++;
195 (void) printf("Keycheck Test #%d ", testnum);
197 (void) printf("PASSED\n", testnum);
200 (void) printf("FAILED\n", testnum);
202 testnum++;
/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c2673 uint8_t testnum; local
2687 testnum = test & 0xff;
2691 test, (EBUS_IDX_SELFTEST0 + testnum), testarg);
2693 switch (testnum + EBUS_IDX_SELFTEST0) {
2717 EBUS_IDX_SELFTEST0 + testnum, testarg);

Completed in 60 milliseconds