Home
last modified time | relevance | path

Searched refs:thread_get_special_port (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.41.6/tests/ipc/
H A Dipc_read_inspect.c125 kr = thread_get_special_port(tport, THREAD_KERNEL_PORT, &special_port); in test_thread_get_special_port()
131 kr = thread_get_special_port(tport, THREAD_READ_PORT, &special_port); in test_thread_get_special_port()
137 kr = thread_get_special_port(tport, THREAD_INSPECT_PORT, &special_port); in test_thread_get_special_port()
596 kr = thread_get_special_port(th_control_port, THREAD_KERNEL_PORT, &th_movable_port);
601 kr = thread_get_special_port(th_control_port, THREAD_READ_PORT, &th_read_port);
606 kr = thread_get_special_port(th_control_port, THREAD_INSPECT_PORT, &th_inspect_port);
H A Dcontrol_port_movability_common.c15 kr = thread_get_special_port(mach_thread_self(), THREAD_KERNEL_PORT, thread_control); in get_task_thread_control()
17 kr = thread_get_special_port(mach_thread_self(), THREAD_KERNEL_PORT, thread_control); in get_task_thread_control()
H A Dimm_pinned_control_port_crasher.c263 kr = thread_get_special_port(th_port, THREAD_INSPECT_PORT, &port); in immovable_test_move_send_thread_inspect()
298 kr = thread_get_special_port(th_port, THREAD_READ_PORT, &port); in immovable_test_copy_send_thread_read()
H A Dimm_pinned_control_port_entitled.c75 kr = thread_get_special_port(th_self, THREAD_KERNEL_PORT, &port); in test_task_thread_port_values()
/xnu-12377.41.6/osfmk/mach/
H A Dthread_special_ports.h82 (thread_get_special_port((thread), THREAD_KERNEL_PORT, (port)))
H A Dthread_act.defs235 thread_get_special_port(
/xnu-12377.41.6/libsyscall/mach/
H A Dadd_attributes_to_mig.txt26 thread_get_special_port
/xnu-12377.41.6/osfmk/kern/
H A Dthread.h1971 extern kern_return_t thread_get_special_port(
H A Dipc_tt.c1525 thread_get_special_port(
1585 thread_get_special_port( in thread_get_special_port() function