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

/darwin-on-arm/xnu/libsyscall/mach/
H A Dexc_catcher.h38 exception_data_t,
43 exception_data_t,
54 exception_data_t,
H A Dexc_catcher.c48 exception_data_t code,
63 extern kern_return_t catch_exception_raise(mach_port_t, mach_port_t, mach_port_t, exception_type_t, exception_data_t, mach_msg_type_number_t);
H A Dexc_catcher_state.c47 exception_data_t code,
67 extern kern_return_t catch_exception_raise_state(mach_port_t, exception_type_t, exception_data_t, mach_msg_type_number_t, int *, thread_state_t, mach_msg_type_number_t, thread_state_t, mach_msg_type_number_t *);
H A Dexc_catcher_state_identity.c49 exception_data_t code,
69 extern kern_return_t catch_exception_raise_state_identity(mach_port_t, mach_port_t, mach_port_t, exception_type_t, exception_data_t, mach_msg_type_number_t, int *, thread_state_t, mach_msg_type_number_t, thread_state_t, mach_msg_type_number_t *);
/darwin-on-arm/xnu/osfmk/mach/
H A Dexc.defs74 type exception_data_t = array[*:2] of integer_t;
88 code : exception_data_t
98 code : exception_data_t, const;
114 code : exception_data_t;
H A Dexception_types.h181 typedef exception_data_type_t *exception_data_t; typedef
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c211 exception_data_t code,
360 __unused const exception_data_t code,
392 __unused exception_data_t code,

Completed in 225 milliseconds