Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dexception.c121 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()
[all …]
H A Dthread_act.c1229 struct exception_action *excp,