Searched refs:thread_get_special_port (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.1.10/tests/ipc/ |
| H A D | ipc_read_inspect.c | 135 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 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-11215.1.10/libsyscall/mach/ |
| H A D | add_attributes_to_mig.txt | 26 thread_get_special_port
|
| /xnu-11215.1.10/tests/ |
| H A D | imm_pinned_control_port_crasher.c | 261 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 D | imm_pinned_control_port.c | 260 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 D | thread.h | 1920 extern kern_return_t thread_get_special_port(
|
| H A D | ipc_tt.c | 1694 thread_get_special_port( 1754 thread_get_special_port( in thread_get_special_port() function
|