Searched refs:exception_data_t (Results 1 – 9 of 9) sorted by relevance
| /xnu-8019.80.24/libsyscall/mach/ |
| H A D | exc_catcher.h | 38 exception_data_t, 43 exception_data_t, 54 exception_data_t,
|
| H A D | exc_catcher.c | 48 exception_data_t code, in internal_catch_exception_raise() 63 …tion_raise(mach_port_t, mach_port_t, mach_port_t, exception_type_t, exception_data_t, mach_msg_typ… in internal_catch_exception_raise()
|
| H A D | exc_catcher_state.c | 46 exception_data_t code, in internal_catch_exception_raise_state() 66 …extern kern_return_t catch_exception_raise_state(mach_port_t, exception_type_t, exception_data_t, … in internal_catch_exception_raise_state()
|
| H A D | exc_catcher_state_identity.c | 48 exception_data_t code, in internal_catch_exception_raise_state_identity() 68 …e_identity(mach_port_t, mach_port_t, mach_port_t, exception_type_t, exception_data_t, mach_msg_typ… in internal_catch_exception_raise_state_identity()
|
| /xnu-8019.80.24/tests/ |
| H A D | exc_helpers.c | 64 exception_data_t codes, 71 exception_data_t codes, 85 exception_data_t codes, 105 exception_data_t codes, in catch_mach_exception_raise() 149 exception_data_t codes, in catch_mach_exception_raise_state() 173 exception_data_t codes, in catch_mach_exception_raise_state_identity()
|
| H A D | exception_tests.c | 33 __unused exception_data_t codes) in exc_handler_identity_protected()
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | exc.defs | 78 type exception_data_t = array[*:2] of integer_t; 86 code : exception_data_t 100 code : exception_data_t, const; 119 code : exception_data_t;
|
| H A D | exception_types.h | 201 typedef exception_data_type_t *exception_data_t; typedef
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | ux_handler.c | 182 exception_data_t code, in catch_exception_raise() 206 __unused const exception_data_t code, in catch_exception_raise_state() 238 __unused exception_data_t code, in catch_exception_raise_state_identity()
|