Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dexception.c114 struct exception_action *excp,
183 struct exception_action *excp, in exception_deliver() argument
210 if (excp == NULL) { in exception_deliver()
219 excp = &excp[exception]; in exception_deliver()
229 exc_port = excp->port; in exception_deliver()
244 flavor = excp->flavor; in exception_deliver()
245 behavior = excp->behavior; in exception_deliver()
268 mac_exc_action_check_exception_send(task, excp) != 0) { in exception_deliver()
457 struct exception_action *excp, in check_exc_receiver_dependency() argument
462 if (excp == NULL || exception != EXC_CRASH) { in check_exc_receiver_dependency()
[all …]