Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dtestpoints.c37 uint64_t tp_scenario; variable
88 switch (tp_scenario) { in tp_call()
98 panic("Invalid test point scenario value %llu", tp_scenario); in tp_call()
120 if (tp_scenario != new_scenario) { in tp_scenario_handler()
121 tp_scenario = new_scenario; in tp_scenario_handler()
132 SYSCTL_TEST_REGISTER(tp_scenario, tp_scenario_handler);
141 tp_scenario = TPS_NONE; in tp_pid_handler()