Searched refs:TASK_READ_PORT (Results 1 – 9 of 9) sorted by relevance
| /xnu-8020.101.4/libsyscall/mach/ |
| H A D | port_descriptions.c | 98 [TASK_READ_PORT] = "read", in mach_task_special_port_description() 193 SP_ENTRY(TASK_READ_PORT), in mach_task_special_port_for_id()
|
| /xnu-8020.101.4/tests/ |
| H A D | port_descriptions.c | 104 TEST_TSP(TASK_READ_PORT); 203 TEST_TSP(TASK_READ_PORT);
|
| H A D | task_is_self.c | 17 …T_ASSERT_MACH_SUCCESS(task_get_special_port(mach_task_self(), TASK_READ_PORT, &self_read), "task_g…
|
| H A D | task_ident_test.c | 37 kr = task_get_special_port(mach_task_self(), TASK_READ_PORT, &port1);
|
| H A D | ipc_thread_ports_race.c | 155 kr = task_get_special_port(mach_task_self(), TASK_READ_PORT, &tp);
|
| H A D | imm_pinned_control_port_crasher.c | 225 kr = task_get_special_port(mach_task_self(), TASK_READ_PORT, &port); in immovable_test_copy_send_task_read()
|
| H A D | ipc_read_inspect.c | 88 kr = task_get_special_port(tport, TASK_READ_PORT, &special_port); in test_task_get_special_port()
|
| /xnu-8020.101.4/osfmk/mach/ |
| H A D | task_special_ports.h | 82 #define TASK_READ_PORT 6 /* The read port for task. */ macro
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | ipc_tt.c | 1863 case TASK_READ_PORT: in task_get_special_port_internal() 1866 mach_task_flavor_t current_flavor = (which == TASK_READ_PORT) ? in task_get_special_port_internal() 2012 case TASK_READ_PORT: in special_port_allowed_with_task_flavor()
|