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

/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dexc_catcher.c45 exception_type_t exception,
52 static kern_return_t (*func)(mach_port_t, mach_port_t, mach_port_t, exception_type_t, exception_data_t, mach_msg_type_number_t);
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.c43 exception_type_t exception,
55 static kern_return_t (*func)(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 *);
66 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.c45 exception_type_t exception,
57 static kern_return_t (*func)(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 *);
68 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 *);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dexception.h53 exception_type_t exception,
H A Dexception.c116 exception_type_t exception,
124 exception_type_t exception,
144 exception_type_t exception,
318 exception_type_t exception,
390 exception_type_t exception,
/macosx-10.5.8/xnu-1228.15.4/bsd/uxkern/
H A Dux_exception.c149 exception_type_t exception;
202 exception_type_t exception,
225 exception_type_t exception,
359 __unused exception_type_t exception,
374 __unused exception_type_t exception,
391 __unused exception_type_t exception,
408 __unused exception_type_t exception,
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dexception_types.h166 typedef int exception_type_t; typedef

Completed in 88 milliseconds