Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dexception.c734 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 …]
/xnu-11215.1.10/osfmk/mach/
H A Dexception_types.h94 #define EXC_RPC_ALERT 9 /* RPC alert */ macro
159 #define EXC_MASK_RPC_ALERT (1 << EXC_RPC_ALERT)
/xnu-11215.1.10/tests/ipc/
H A Dsys_perf_notify_test.c95 T_QUIET; T_ASSERT_EQ(exception, EXC_RPC_ALERT, "exception type is EXC_RPC_ALERT"); in catch_mach_exception_raise_identity_protected()