Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dexception.c977 struct exception_action saved_exc_actions[EXC_TYPES_COUNT] = {}; in sys_perf_notify() local
989 mac_exc_associate_action_label(&saved_exc_actions[EXC_RPC_ALERT], in sys_perf_notify()
990 mac_exc_create_label(&saved_exc_actions[EXC_RPC_ALERT])); in sys_perf_notify()
1002 mac_exc_free_action_label(&saved_exc_actions[EXC_RPC_ALERT]); in sys_perf_notify()
1008 temp_label = saved_exc_actions[EXC_RPC_ALERT].label; in sys_perf_notify()
1009 saved_exc_actions[EXC_RPC_ALERT] = hostp->exc_actions[EXC_RPC_ALERT]; in sys_perf_notify()
1010 saved_exc_actions[EXC_RPC_ALERT].port = exception_port_copy_send(xport); in sys_perf_notify()
1011 saved_exc_actions[EXC_RPC_ALERT].label = temp_label; in sys_perf_notify()
1014 …mac_exc_inherit_action_label(&hostp->exc_actions[EXC_RPC_ALERT], &saved_exc_actions[EXC_RPC_ALERT]… in sys_perf_notify()
1025 saved_exc_actions, in sys_perf_notify()
[all …]