Home
last modified time | relevance | path

Searched refs:testnum (Results 1 – 2 of 2) sorted by relevance

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