Searched refs:TASK_READ_PORT (Results 1 – 9 of 9) sorted by relevance
| /xnu-10002.41.9/libsyscall/mach/ |
| H A D | port_descriptions.c | 99 [TASK_READ_PORT] = "read", in mach_task_special_port_description() 194 SP_ENTRY(TASK_READ_PORT), in mach_task_special_port_for_id()
|
| /xnu-10002.41.9/tests/ |
| H A D | port_descriptions.c | 105 TEST_TSP(TASK_READ_PORT); 204 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 | 231 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-10002.41.9/osfmk/mach/ |
| H A D | task_special_ports.h | 82 #define TASK_READ_PORT 6 /* The read port for task. */ macro
|
| /xnu-10002.41.9/osfmk/kern/ |
| H A D | ipc_tt.c | 1939 case TASK_READ_PORT: in task_get_special_port_internal() 1942 mach_task_flavor_t current_flavor = (which == TASK_READ_PORT) ? in task_get_special_port_internal() 2097 case TASK_READ_PORT: in special_port_allowed_with_task_flavor()
|