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

/darwin-on-arm/xnu/libsyscall/mach/
H A Dexc_catcher.c49 mach_msg_type_number_t codeCnt)
61 return (*exc_raise_func)(exception_port, thread, task, exception, code, codeCnt);
64 return catch_exception_raise(exception_port, thread, task, exception, code, codeCnt);
43 internal_catch_exception_raise( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, exception_data_t code, mach_msg_type_number_t codeCnt) argument
H A Dexc_catcher_state.c48 mach_msg_type_number_t codeCnt,
65 return (*exc_raise_state_func)(exception_port, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
68 return catch_exception_raise_state(exception_port, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
44 internal_catch_exception_raise_state( mach_port_t exception_port, exception_type_t exception, exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
H A Dexc_catcher_state_identity.c50 mach_msg_type_number_t codeCnt,
67 return (*exc_raise_state_identity_func)(exception_port, thread, task, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
70 return catch_exception_raise_state_identity(exception_port, thread, task, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
44 internal_catch_exception_raise_state_identity( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
/darwin-on-arm/xnu/osfmk/kern/
H A Dexception.c101 mach_msg_type_number_t codeCnt,
109 mach_msg_type_number_t codeCnt);
129 mach_msg_type_number_t codeCnt,
198 codeCnt,
205 codeCnt,
227 codeCnt);
234 codeCnt);
256 codeCnt,
266 codeCnt,
303 mach_msg_type_number_t codeCnt)
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
300 exception_triage( exception_type_t exception, mach_exception_data_t code, mach_msg_type_number_t codeCnt) argument
357 bsd_exception( exception_type_t exception, mach_exception_data_t code, mach_msg_type_number_t codeCnt) argument
[all...]
H A Dexception.h55 mach_msg_type_number_t codeCnt);
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c154 mach_msg_type_number_t codeCnt; member in struct:exc_msg
212 __unused mach_msg_type_number_t codeCnt
224 codeCnt);
235 __unused mach_msg_type_number_t codeCnt
361 __unused mach_msg_type_number_t codeCnt,
376 __unused mach_msg_type_number_t codeCnt,
393 __unused mach_msg_type_number_t codeCnt,
410 __unused mach_msg_type_number_t codeCnt,
357 catch_exception_raise_state( __unused mach_port_t exception_port, __unused exception_type_t exception, __unused const exception_data_t code, __unused mach_msg_type_number_t codeCnt, __unused int *flavor, __unused const thread_state_t old_state, __unused mach_msg_type_number_t old_stateCnt, __unused thread_state_t new_state, __unused mach_msg_type_number_t *new_stateCnt) argument
372 catch_mach_exception_raise_state( __unused mach_port_t exception_port, __unused exception_type_t exception, __unused const mach_exception_data_t code, __unused mach_msg_type_number_t codeCnt, __unused int *flavor, __unused const thread_state_t old_state, __unused mach_msg_type_number_t old_stateCnt, __unused thread_state_t new_state, __unused mach_msg_type_number_t *new_stateCnt) argument
387 catch_exception_raise_state_identity( __unused mach_port_t exception_port, __unused mach_port_t thread, __unused mach_port_t task, __unused exception_type_t exception, __unused exception_data_t code, __unused mach_msg_type_number_t codeCnt, __unused int *flavor, __unused thread_state_t old_state, __unused mach_msg_type_number_t old_stateCnt, __unused thread_state_t new_state, __unused mach_msg_type_number_t *new_stateCnt) argument
404 catch_mach_exception_raise_state_identity( __unused mach_port_t exception_port, __unused mach_port_t thread, __unused mach_port_t task, __unused exception_type_t exception, __unused mach_exception_data_t code, __unused mach_msg_type_number_t codeCnt, __unused int *flavor, __unused thread_state_t old_state, __unused mach_msg_type_number_t old_stateCnt, __unused thread_state_t new_state, __unused mach_msg_type_number_t *new_stateCnt) argument

Completed in 26 milliseconds