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

/darwin-on-arm/xnu/libsyscall/mach/
H A Dexc_catcher.h37 exception_type_t,
42 exception_type_t,
53 exception_type_t,
H A Dexc_catcher.c47 exception_type_t exception,
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.c46 exception_type_t exception,
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.c48 exception_type_t exception,
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/kern/
H A Dexception.h53 exception_type_t exception,
61 extern kern_return_t task_exception_notify(exception_type_t exception,
H A Dexception.c99 exception_type_t exception,
107 exception_type_t exception,
127 exception_type_t exception,
301 exception_type_t exception,
358 exception_type_t exception,
387 kern_return_t task_exception_notify(exception_type_t exception,
/darwin-on-arm/xnu/osfmk/mach/
H A Dexc.defs75 type exception_type_t = int;
87 exception : exception_type_t;
97 exception : exception_type_t;
113 exception : exception_type_t;
H A Dmach_exc.defs75 type exception_type_t = int;
87 exception : exception_type_t;
97 exception : exception_type_t;
113 exception : exception_type_t;
H A Dexception_types.h177 typedef int exception_type_t; typedef
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c153 exception_type_t exception;
210 exception_type_t exception,
233 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,
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c167 kern_return_t task_exception_notify(exception_type_t exception,

Completed in 39 milliseconds