Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dexception.c980 struct label *temp_label; in sys_perf_notify() local
1008 temp_label = saved_exc_actions[EXC_RPC_ALERT].label; in sys_perf_notify()
1011 saved_exc_actions[EXC_RPC_ALERT].label = temp_label; in sys_perf_notify()
H A Dipc_tt.c180 struct label *temp_label; in ipc_task_init() local
273 temp_label = task->exc_actions[i].label; in ipc_task_init()
277 task->exc_actions[i].label = temp_label; in ipc_task_init()