Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dexception.c120 struct exception_action *excp,
197 struct exception_action *excp, in exception_deliver() argument
227 if (excp == NULL) { in exception_deliver()
236 excp = &excp[exception]; in exception_deliver()
246 exc_port = exception_port_copy_send(excp->port); in exception_deliver()
253 flavor = excp->flavor; in exception_deliver()
254 behavior = excp->behavior; in exception_deliver()
255 if (excp->hardened) { in exception_deliver()
285 mac_exc_action_check_exception_send(task, excp) != 0) { in exception_deliver()
422 if (excp->hardened) { in exception_deliver()
[all …]
H A Dthread_act.c1221 struct exception_action *excp,