Home
last modified time | relevance | path

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

/xnu-8796.141.3/libsyscall/mach/
H A Dexc_catcher_state.c50 mach_msg_type_number_t old_stateCnt, in internal_catch_exception_raise_state() argument
64 …te_func)(exception_port, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new… in internal_catch_exception_raise_state()
67 …se_state(exception_port, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new… in internal_catch_exception_raise_state()
H A Dexc_catcher_state_identity.c52 mach_msg_type_number_t old_stateCnt, in internal_catch_exception_raise_state_identity() argument
66 …tion_port, thread, task, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new… in internal_catch_exception_raise_state_identity()
69 …tion_port, thread, task, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new… in internal_catch_exception_raise_state_identity()
/xnu-8796.141.3/osfmk/kern/
H A Dux_handler.c205 __unused mach_msg_type_number_t old_stateCnt, in catch_exception_raise_state() argument
220 __unused mach_msg_type_number_t old_stateCnt, in catch_mach_exception_raise_state() argument
237 __unused mach_msg_type_number_t old_stateCnt, in catch_exception_raise_state_identity() argument
254 __unused mach_msg_type_number_t old_stateCnt, in catch_mach_exception_raise_state_identity() argument
/xnu-8796.141.3/tests/
H A Dldt.c216 mach_msg_type_number_t old_stateCnt,
229 mach_msg_type_number_t old_stateCnt,
277 mach_msg_type_number_t old_stateCnt, in catch_mach_exception_raise() argument
281 …tion_port, thread, task, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new… in catch_mach_exception_raise()
293 mach_msg_type_number_t old_stateCnt, in catch_mach_exception_raise_state() argument
297 #pragma unused(exception_port, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state… in catch_mach_exception_raise_state()
360 mach_msg_type_number_t old_stateCnt, in catch_mach_exception_raise_state_identity() argument
408 *new_stateCnt = old_stateCnt; in catch_mach_exception_raise_state_identity()