Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dexception.c114 struct exception_action *excp,
186 struct exception_action *excp, in exception_deliver() argument
214 if (excp == NULL) { in exception_deliver()
223 excp = &excp[exception]; in exception_deliver()
233 exc_port = excp->port; in exception_deliver()
248 flavor = excp->flavor; in exception_deliver()
249 behavior = excp->behavior; in exception_deliver()
272 mac_exc_action_check_exception_send(task, excp) != 0) { in exception_deliver()
495 struct exception_action *excp, in check_exc_receiver_dependency() argument
500 if (excp == NULL || exception != EXC_CRASH) { in check_exc_receiver_dependency()
[all …]