Searched refs:thread_get_special_port (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.41.6/tests/ipc/ |
| H A D | ipc_read_inspect.c | 125 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 D | control_port_movability_common.c | 15 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 D | imm_pinned_control_port_crasher.c | 263 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 D | imm_pinned_control_port_entitled.c | 75 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 D | thread_special_ports.h | 82 (thread_get_special_port((thread), THREAD_KERNEL_PORT, (port)))
|
| H A D | thread_act.defs | 235 thread_get_special_port(
|
| /xnu-12377.41.6/libsyscall/mach/ |
| H A D | add_attributes_to_mig.txt | 26 thread_get_special_port
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | thread.h | 1971 extern kern_return_t thread_get_special_port(
|
| H A D | ipc_tt.c | 1525 thread_get_special_port( 1585 thread_get_special_port( in thread_get_special_port() function
|