Searched refs:EXC_RPC_ALERT (Results 1 – 3 of 3) sorted by relevance
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()[all …]
94 #define EXC_RPC_ALERT 9 /* RPC alert */ macro159 #define EXC_MASK_RPC_ALERT (1 << EXC_RPC_ALERT)
95 T_QUIET; T_ASSERT_EQ(exception, EXC_RPC_ALERT, "exception type is EXC_RPC_ALERT"); in catch_mach_exception_raise_identity_protected()