Searched refs:out_state_count (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215/tests/ |
| H A D | exc_helpers.c | 91 mach_msg_type_number_t *out_state_count); 105 mach_msg_type_number_t *out_state_count); 141 mach_msg_type_number_t *out_state_count) in catch_mach_exception_raise_state_identity_protected() argument 158 *out_state_count = in_state_count; /* size of state object in 32-bit words */ in catch_mach_exception_raise_state_identity_protected() 162 in_state_count, out_state, out_state_count); in catch_mach_exception_raise_state_identity_protected() 211 mach_msg_type_number_t *out_state_count) in catch_mach_exception_raise_state() argument 213 …eption_port, type, codes, code_count, flavor, in_state, in_state_count, out_state, out_state_count) in catch_mach_exception_raise_state() 235 mach_msg_type_number_t *out_state_count) in catch_mach_exception_raise_state_identity() argument 259 *out_state_count = in_state_count; /* size of state object in 32-bit words */ in catch_mach_exception_raise_state_identity()
|
| H A D | exc_helpers.h | 58 …g_type_number_t in_state_count, thread_state_t out_state, mach_msg_type_number_t *out_state_count);
|
| /xnu-11215/tests/ipc/ |
| H A D | kernel_signed_pac_thread_state.c | 95 mach_msg_type_number_t *out_state_count); 109 mach_msg_type_number_t *out_state_count); 164 mach_msg_type_number_t *out_state_count) in catch_mach_exception_raise_state() argument 166 …eption_port, type, codes, code_count, flavor, in_state, in_state_count, out_state, out_state_count) in catch_mach_exception_raise_state() 210 mach_msg_type_number_t *out_state_count) in catch_mach_exception_raise_state_identity() argument 239 *out_state_count = in_state_count; /* size of state object in 32-bit words */ in catch_mach_exception_raise_state_identity()
|
| H A D | mach_exc_port_substitute.c | 39 mach_msg_type_number_t *out_state_count); 53 mach_msg_type_number_t *out_state_count); 67 __unused mach_msg_type_number_t *out_state_count) in catch_mach_exception_raise_state_identity() argument 86 __unused mach_msg_type_number_t *out_state_count) in catch_mach_exception_raise_state() argument
|
| H A D | hardened_exceptions.c | 70 mach_msg_type_number_t *out_state_count) in exc_handler_state_identity_protected() argument 81 #pragma unused(out_state_count) in exc_handler_state_identity_protected() 82 *out_state_count = in_state_count; in exc_handler_state_identity_protected()
|
| /xnu-11215/osfmk/kern/ |
| H A D | thread_act.c | 812 mach_msg_type_number_t *out_state_count) /*IN/OUT*/ in thread_convert_thread_state() argument 828 if (state_count > *out_state_count) { in thread_convert_thread_state() 854 if (state_count <= *out_state_count) { in thread_convert_thread_state() 856 *out_state_count = state_count; in thread_convert_thread_state()
|