Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/tests/
H A Dxnupost.h51 uint16_t xt_config; member
94 .xt_config = XT_CONFIG_RUN, \
107 .xt_config = XT_CONFIG_EXPECT_PANIC, \
H A Dkernel_tests.c227 testp->xt_config |= XT_CONFIG_IGNORE; in xnupost_list_tests()
229 testp->xt_config &= ~(XT_CONFIG_IGNORE); in xnupost_list_tests()
230 testp->xt_config |= XT_CONFIG_RUN; in xnupost_list_tests()
235 testp->xt_config); in xnupost_list_tests()
267 …if ((testp->xt_config & XT_CONFIG_EXPECT_PANIC) && !(kernel_post_args & POSTARGS_CONTROLLER_AVAILA… in xnupost_run_tests()
275 if ((testp->xt_config & XT_CONFIG_IGNORE)) { in xnupost_run_tests()
/xnu-8792.41.9/bsd/tests/
H A Dbsd_tests.c156 kret = copyout(&t->xt_config, (user_addr_t)outaddr, sizeof(uint16_t)); in xnupost_copyout_test()