Searched refs:task_get_special_port (Results 1 – 13 of 13) sorted by relevance
| /xnu-11215.1.10/osfmk/mach/ |
| H A D | task_special_ports.h | 105 (task_get_special_port((task), TASK_KERNEL_PORT, (port))) 111 (task_get_special_port((task), TASK_HOST_PORT, (port))) 117 (task_get_special_port((task), TASK_BOOTSTRAP_PORT, (port))) 120 (task_get_special_port((task), TASK_DEBUG_CONTROL_PORT, (port))) 126 (task_get_special_port((task), TASK_ACCESS_PORT, (port)))
|
| H A D | task.defs | 215 task_get_special_port(
|
| /xnu-11215.1.10/tests/ |
| H A D | task_is_self.c | 18 …T_ASSERT_MACH_SUCCESS(task_get_special_port(mach_task_self(), TASK_READ_PORT, &self_read), "task_g… 19 …T_ASSERT_MACH_SUCCESS(task_get_special_port(mach_task_self(), TASK_INSPECT_PORT, &self_insp), "tas… 20 …T_ASSERT_MACH_SUCCESS(task_get_special_port(mach_task_self(), TASK_NAME_PORT, &self_name), "task_g…
|
| H A D | task_ident_test.c | 38 kr = task_get_special_port(mach_task_self(), TASK_READ_PORT, &port1); 47 kr = task_get_special_port(mach_task_self(), TASK_INSPECT_PORT, &port1); 56 kr = task_get_special_port(mach_task_self(), TASK_NAME_PORT, &port1);
|
| H A D | exception_tests.c | 65 kr = task_get_special_port(mach_task_self(), TASK_KERNEL_PORT, &mp);
|
| H A D | imm_pinned_control_port_crasher.c | 233 kr = task_get_special_port(mach_task_self(), TASK_READ_PORT, &port); in immovable_test_copy_send_task_read() 247 kr = task_get_special_port(mach_task_self(), TASK_INSPECT_PORT, &port); in immovable_test_copy_send_task_inspect()
|
| H A D | imm_pinned_control_port.c | 249 kr = task_get_special_port(mach_task_self(), TASK_KERNEL_PORT, &port); in test_task_thread_port_values()
|
| /xnu-11215.1.10/tests/ipc/ |
| H A D | ipc_read_inspect.c | 73 kr = task_get_special_port(tport, TASK_KERNEL_PORT, &special_port); in test_task_get_special_port() 78 kr = task_get_special_port(tport, TASK_BOOTSTRAP_PORT, &special_port); in test_task_get_special_port() 83 kr = task_get_special_port(tport, TASK_HOST_PORT, &special_port); in test_task_get_special_port() 89 kr = task_get_special_port(tport, TASK_READ_PORT, &special_port); in test_task_get_special_port() 101 kr = task_get_special_port(tport, TASK_INSPECT_PORT, &special_port); in test_task_get_special_port() 113 kr = task_get_special_port(tport, TASK_NAME_PORT, &special_port); in test_task_get_special_port() 548 kr = task_get_special_port(mach_task_self(), TASK_KERNEL_PORT, &movable_port);
|
| H A D | ipc_thread_ports_race.c | 156 kr = task_get_special_port(mach_task_self(), TASK_READ_PORT, &tp);
|
| /xnu-11215.1.10/libsyscall/mach/ |
| H A D | add_attributes_to_mig.txt | 40 task_get_special_port
|
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | ipc_tt.c | 157 kern_return_t task_get_special_port(task_t task, int which, ipc_port_t *portp); 2058 task_get_special_port( in task_get_special_port() function
|
| H A D | task_policy.c | 4044 kr = task_get_special_port(current_task(), TASK_RESOURCE_NOTIFY_PORT, &dstport); in send_resource_violation_with_fatal_port()
|
| /xnu-11215.1.10/bsd/vfs/ |
| H A D | kpi_vfs.c | 1443 return task_get_special_port(vfs_context_task(ctx), which, portp); in vfs_context_get_special_port()
|