Searched refs:kernel_post_args (Results 1 – 3 of 3) sorted by relevance
93 extern uint64_t kernel_post_args;97 if (kernel_post_args == 0) { in bsd_list_tests()
176 uint64_t kernel_post_args = 0x0; variable189 PE_parse_boot_argn("kernPOST", &kernel_post_args, sizeof(kernel_post_args)); in xnupost_parse_config()192 kernel_post_args |= POSTARGS_CUSTOM_TEST_RUNLIST; in xnupost_parse_config()195 if (kernel_post_args != 0) { in xnupost_parse_config()207 if (kernel_post_args & POSTARGS_CUSTOM_TEST_RUNLIST) { in xnupost_should_run_test()246 if (kernel_post_args & POSTARGS_CUSTOM_TEST_RUNLIST) { in xnupost_list_tests()268 if ((kernel_post_args & POSTARGS_RUN_TESTS) == 0) { in xnupost_run_tests()287 …if ((testp->xt_config & XT_CONFIG_EXPECT_PANIC) && !(kernel_post_args & POSTARGS_CONTROLLER_AVAILA… in xnupost_run_tests()370 if (kernel_post_args == 0) { in xnupost_process_kdb_stop()
5564 uint64_t kernel_post_args = 0; in ackTimerTick() local5565 PE_parse_boot_argn("kernPOST", &kernel_post_args, sizeof(kernel_post_args)); in ackTimerTick()5566 if (kernel_post_args != 0) { in ackTimerTick()5579 if (kernel_post_args != 0) { in ackTimerTick()