Lines Matching refs:EXC_RPC_ALERT
734 assert(exception != EXC_RPC_ALERT); in exception_triage_thread()
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()
994 xport = hostp->exc_actions[EXC_RPC_ALERT].port; 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()
1022 EXC_RPC_ALERT, in sys_perf_notify()
1030 mac_exc_free_action_label(&saved_exc_actions[EXC_RPC_ALERT]); in sys_perf_notify()
1032 ipc_port_release_send(saved_exc_actions[EXC_RPC_ALERT].port); in sys_perf_notify()