Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dexception.c1033 struct exception_action saved_exc_actions[EXC_TYPES_COUNT] = {}; in sys_perf_notify() local
1045 mac_exc_associate_action_label(&saved_exc_actions[EXC_RPC_ALERT], in sys_perf_notify()
1046 mac_exc_create_label(&saved_exc_actions[EXC_RPC_ALERT])); in sys_perf_notify()
1058 mac_exc_free_action_label(&saved_exc_actions[EXC_RPC_ALERT]); in sys_perf_notify()
1064 temp_label = saved_exc_actions[EXC_RPC_ALERT].label; in sys_perf_notify()
1065 saved_exc_actions[EXC_RPC_ALERT] = hostp->exc_actions[EXC_RPC_ALERT]; in sys_perf_notify()
1066 saved_exc_actions[EXC_RPC_ALERT].port = exception_port_copy_send(xport); in sys_perf_notify()
1067 saved_exc_actions[EXC_RPC_ALERT].label = temp_label; in sys_perf_notify()
1070 …mac_exc_inherit_action_label(&hostp->exc_actions[EXC_RPC_ALERT], &saved_exc_actions[EXC_RPC_ALERT]… in sys_perf_notify()
1081 saved_exc_actions, in sys_perf_notify()
[all …]