Searched refs:exception_mask_t (Results 1 – 16 of 16) sorted by relevance
| /xnu-8019.80.24/tests/ |
| H A D | exc_helpers.h | 62 create_exception_port(exception_mask_t exception_mask); 65 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior);
|
| H A D | exception_ports_info.c | 20 exception_mask_t masks[EXC_TYPES_COUNT]; 26 exception_mask_t masks2[EXC_TYPES_COUNT]; 116 kr = memcmp(masks, masks2, count * sizeof(exception_mask_t));
|
| H A D | kernel_inspection.c | 88 exception_mask_t masks[EXC_TYPES_COUNT]; in attempt_kernel_inspection() 128 exception_mask_t masks[EXC_TYPES_COUNT]; in attempt_kernel_inspection()
|
| H A D | exc_helpers.c | 224 create_exception_port(exception_mask_t exception_mask) in create_exception_port() 230 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior) in create_exception_port_behavior64()
|
| H A D | immovable_send.c | 164 exception_mask_t mask;
|
| H A D | ipc_read_inspect.c | 325 exception_mask_t masks[EXC_TYPES_COUNT] = {}; in test_task_port_mig_intrans() 451 exception_mask_t masks[EXC_TYPES_COUNT] = {}; in test_thread_port_mig_intrans()
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | exception_types.h | 203 typedef unsigned int exception_mask_t; typedef 204 typedef exception_mask_t *exception_mask_array_t;
|
| H A D | thread_act.defs | 264 exception_mask : exception_mask_t; 280 exception_mask : exception_mask_t; 293 exception_mask : exception_mask_t; 408 exception_mask : exception_mask_t;
|
| H A D | task.defs | 257 exception_mask : exception_mask_t; 274 exception_mask : exception_mask_t; 288 exception_mask : exception_mask_t; 597 exception_mask : exception_mask_t;
|
| H A D | host_priv.defs | 251 exception_mask : exception_mask_t; 262 exception_mask : exception_mask_t; 276 exception_mask : exception_mask_t;
|
| H A D | mach_types.defs | 583 type exception_mask_t = int; 603 array[*:32] of exception_mask_t;
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | ipc_host.c | 462 exception_mask_t exception_mask, in host_set_exception_ports() 600 exception_mask_t exception_mask, in host_get_exception_ports() 654 exception_mask_t exception_mask, in host_swap_exception_ports()
|
| H A D | ipc_tt.c | 3843 exception_mask_t exception_mask, in thread_set_exception_ports() 3952 exception_mask_t exception_mask, in task_set_exception_ports() 4082 exception_mask_t exception_mask, in thread_swap_exception_ports() 4220 exception_mask_t exception_mask, in task_swap_exception_ports() 4368 exception_mask_t exception_mask, in thread_get_exception_ports_internal() 4471 exception_mask_t exception_mask, in thread_get_exception_ports() 4485 exception_mask_t exception_mask, in thread_get_exception_ports_info() 4510 exception_mask_t exception_mask, in thread_get_exception_ports_from_user() 4534 exception_mask_t exception_mask, in task_get_exception_ports_internal() 4629 exception_mask_t exception_mask, in task_get_exception_ports() [all …]
|
| /xnu-8019.80.24/libsyscall/wrappers/spawn/ |
| H A D | spawn.h | 151 exception_mask_t, mach_port_t,
|
| H A D | posix_spawn.c | 1281 exception_mask_t mask, in posix_spawnattr_setexceptionports_np()
|
| /xnu-8019.80.24/bsd/sys/ |
| H A D | spawn_internal.h | 92 exception_mask_t mask;
|