Searched refs:TASK_INSPECT_PORT (Results 1 – 8 of 8) sorted by relevance
| /xnu-10063.101.15/libsyscall/mach/ |
| H A D | port_descriptions.c | 99 [TASK_INSPECT_PORT] = "inspect", in mach_task_special_port_description() 194 SP_ENTRY(TASK_INSPECT_PORT), in mach_task_special_port_for_id()
|
| /xnu-10063.101.15/tests/ |
| H A D | port_descriptions.c | 107 TEST_TSP(TASK_INSPECT_PORT); 206 TEST_TSP(TASK_INSPECT_PORT);
|
| H A D | task_is_self.c | 18 …T_ASSERT_MACH_SUCCESS(task_get_special_port(mach_task_self(), TASK_INSPECT_PORT, &self_insp), "tas…
|
| H A D | task_ident_test.c | 46 kr = task_get_special_port(mach_task_self(), TASK_INSPECT_PORT, &port1);
|
| H A D | imm_pinned_control_port_crasher.c | 247 kr = task_get_special_port(mach_task_self(), TASK_INSPECT_PORT, &port); in immovable_test_copy_send_task_inspect()
|
| H A D | ipc_read_inspect.c | 100 kr = task_get_special_port(tport, TASK_INSPECT_PORT, &special_port); in test_task_get_special_port()
|
| /xnu-10063.101.15/osfmk/mach/ |
| H A D | task_special_ports.h | 80 #define TASK_INSPECT_PORT 5 /* The inspect port for task. */ macro
|
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | ipc_tt.c | 1940 case TASK_INSPECT_PORT: in task_get_special_port_internal() 2098 case TASK_INSPECT_PORT: in special_port_allowed_with_task_flavor() 2108 case TASK_INSPECT_PORT: in special_port_allowed_with_task_flavor()
|