Home
last modified time | relevance | path

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

/xnu-11215/bsd/tests/
H A Dbsd_tests.c93 extern uint64_t kernel_post_args;
97 if (kernel_post_args == 0) { in bsd_list_tests()
/xnu-11215/osfmk/tests/
H A Dkernel_tests.c176 uint64_t kernel_post_args = 0x0; variable
189 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()
/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp5564 uint64_t kernel_post_args = 0; in ackTimerTick() local
5565 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()