Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/ipc/
H A Dipc_read_inspect.c135 kr = thread_get_special_port(tport, THREAD_KERNEL_PORT, &special_port); in test_thread_get_special_port()
141 kr = thread_get_special_port(tport, THREAD_READ_PORT, &special_port); in test_thread_get_special_port()
147 kr = thread_get_special_port(tport, THREAD_INSPECT_PORT, &special_port); in test_thread_get_special_port()
607 kr = thread_get_special_port(th_control_port, THREAD_KERNEL_PORT, &th_movable_port);
612 kr = thread_get_special_port(th_control_port, THREAD_READ_PORT, &th_read_port);
617 kr = thread_get_special_port(th_control_port, THREAD_INSPECT_PORT, &th_inspect_port);
/xnu-11215.1.10/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-11215.1.10/libsyscall/mach/
H A Dadd_attributes_to_mig.txt26 thread_get_special_port
/xnu-11215.1.10/tests/
H A Dimm_pinned_control_port_crasher.c261 kr = thread_get_special_port(th_port, THREAD_INSPECT_PORT, &port); in immovable_test_move_send_thread_inspect()
296 kr = thread_get_special_port(th_port, THREAD_READ_PORT, &port); in immovable_test_copy_send_thread_read()
H A Dimm_pinned_control_port.c260 kr = thread_get_special_port(th_self, THREAD_KERNEL_PORT, &port); in test_task_thread_port_values()
/xnu-11215.1.10/osfmk/kern/
H A Dthread.h1920 extern kern_return_t thread_get_special_port(
H A Dipc_tt.c1694 thread_get_special_port(
1754 thread_get_special_port( in thread_get_special_port() function