Home
last modified time | relevance | path

Searched refs:xt_test_num (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.61.3/osfmk/tests/ !
H A Dxnupost.h52 uint16_t xt_test_num; member
95 .xt_test_num = 0, \
108 .xt_test_num = 0, \
H A Dkernel_tests.c221 if (testp->xt_test_num == 0) { in xnupost_list_tests()
223 testp->xt_test_num = (uint16_t)++total_post_tests_count; in xnupost_list_tests()
228 if (xnupost_should_run_test(testp->xt_test_num)) { in xnupost_list_tests()
231 printf("\n[TEST] #%u is marked as ignored", testp->xt_test_num); in xnupost_list_tests()
234 …printf("\n[TEST] TOC#%u name: %s expected: %d config: %x\n", testp->xt_test_num, testp->xt_name, t… in xnupost_list_tests()
/xnu-10002.61.3/bsd/tests/ !
H A Dbsd_tests.c162 kret = copyout(&t->xt_test_num, (user_addr_t)outaddr, sizeof(uint16_t)); in xnupost_copyout_test()