Lines Matching refs:excp
121 struct exception_action *excp,
198 struct exception_action *excp, in exception_deliver() argument
228 if (excp == NULL) { in exception_deliver()
237 excp = &excp[exception]; in exception_deliver()
247 exc_port = exception_port_copy_send(excp->port); in exception_deliver()
254 flavor = excp->flavor; in exception_deliver()
255 behavior = excp->behavior; in exception_deliver()
256 if (excp->hardened) { in exception_deliver()
286 mac_exc_action_check_exception_send(task, excp) != 0) { in exception_deliver()
423 if (excp->hardened) { in exception_deliver()
687 struct exception_action *excp, in check_exc_receiver_dependency() argument
692 if (excp == NULL || exception != EXC_CRASH) { in check_exc_receiver_dependency()
698 ipc_port_t xport = excp[exception].port; in check_exc_receiver_dependency()