Home
last modified time | relevance | path

Searched refs:task_get_special_port (Results 1 – 13 of 13) sorted by relevance

/xnu-11215.1.10/osfmk/mach/
H A Dtask_special_ports.h105 (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 Dtask.defs215 task_get_special_port(
/xnu-11215.1.10/tests/
H A Dtask_is_self.c18 …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 Dtask_ident_test.c38 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 Dexception_tests.c65 kr = task_get_special_port(mach_task_self(), TASK_KERNEL_PORT, &mp);
H A Dimm_pinned_control_port_crasher.c233 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 Dimm_pinned_control_port.c249 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 Dipc_read_inspect.c73 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 Dipc_thread_ports_race.c156 kr = task_get_special_port(mach_task_self(), TASK_READ_PORT, &tp);
/xnu-11215.1.10/libsyscall/mach/
H A Dadd_attributes_to_mig.txt40 task_get_special_port
/xnu-11215.1.10/osfmk/kern/
H A Dipc_tt.c157 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 Dtask_policy.c4044 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 Dkpi_vfs.c1443 return task_get_special_port(vfs_context_task(ctx), which, portp); in vfs_context_get_special_port()