Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dexception.c114 struct exception_action *excp,
185 struct exception_action *excp, in exception_deliver() argument
213 if (excp == NULL) { in exception_deliver()
222 excp = &excp[exception]; in exception_deliver()
232 exc_port = excp->port; in exception_deliver()
247 flavor = excp->flavor; in exception_deliver()
248 behavior = excp->behavior; in exception_deliver()
271 mac_exc_action_check_exception_send(task, excp) != 0) { in exception_deliver()
493 struct exception_action *excp, in check_exc_receiver_dependency() argument
498 if (excp == NULL || exception != EXC_CRASH) { in check_exc_receiver_dependency()
[all …]