Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/tests/
H A Dxnupost.h54 kern_return_t xt_expected_retval; member
97 .xt_expected_retval = T_STATE_PASS, \
110 .xt_expected_retval = T_STATE_PASS, \
H A Dkernel_tests.c234 …name: %s expected: %d config: %x\n", testp->xt_test_num, testp->xt_name, testp->xt_expected_retval, in xnupost_list_tests()
296 if (testp->xt_retval == testp->xt_expected_retval) { in xnupost_run_tests()
/xnu-8792.41.9/bsd/tests/
H A Dbsd_tests.c174 kret = copyout(&t->xt_expected_retval, (user_addr_t)outaddr, sizeof(uint32_t)); in xnupost_copyout_test()