Lines Matching refs:excp
119 struct exception_action *excp,
204 struct exception_action *excp, in exception_deliver() argument
232 if (excp == NULL) { in exception_deliver()
241 excp = &excp[exception]; in exception_deliver()
251 exc_port = exception_port_copy_send(excp->port); in exception_deliver()
257 flavor = excp->flavor; in exception_deliver()
258 behavior = excp->behavior; in exception_deliver()
281 mac_exc_action_check_exception_send(task, excp) != 0) { in exception_deliver()
611 struct exception_action *excp, in check_exc_receiver_dependency() argument
616 if (excp == NULL || exception != EXC_CRASH) { in check_exc_receiver_dependency()
622 ipc_port_t xport = excp[exception].port; in check_exc_receiver_dependency()