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

/darwin-on-arm/xnu/osfmk/kern/
H A Dexception.c102 struct exception_action *excp,
130 struct exception_action *excp,
155 exc_port = excp->port;
170 flavor = excp->flavor;
171 behavior = excp->behavior;
308 struct exception_action *excp; local
320 excp = &thread->exc_actions[exception];
321 kr = exception_deliver(thread, exception, code, codeCnt, excp, mutex);
330 excp = &task->exc_actions[exception];
331 kr = exception_deliver(thread, exception, code, codeCnt, excp, mute
125 exception_deliver( thread_t thread, exception_type_t exception, mach_exception_data_t code, mach_msg_type_number_t codeCnt, struct exception_action *excp, lck_mtx_t *mutex) argument
363 struct exception_action *excp; local
410 struct exception_action *excp; local
[all...]

Completed in 71 milliseconds