Home
last modified time | relevance | path

Searched refs:excp (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/osfmk/kern/
H A Dexception.c119 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()
601 struct exception_action *excp, in check_exc_receiver_dependency() argument
606 if (excp == NULL || exception != EXC_CRASH) { in check_exc_receiver_dependency()
[all …]
H A Dthread_act.c1129 struct exception_action *excp,