Home
last modified time | relevance | path

Searched refs:ipc_port_copy_send_mqueue (Results 1 – 10 of 10) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Darcade.c282 port = ipc_port_copy_send_mqueue(arcade_upcall_port); in arcade_ast()
298 port = ipc_port_copy_send_mqueue(arcade_upcall_port); in arcade_ast()
H A Dipc_tt.c287 ipc_port_copy_send_mqueue(parent->itk_bootstrap); in ipc_task_init()
290 ipc_port_copy_send_mqueue(parent->itk_task_access); in ipc_task_init()
1309 port = ipc_port_copy_send_mqueue(task->itk_settable_self); in retrieve_task_self_fast()
1382 port = ipc_port_copy_send_mqueue(tro->tro_settable_self_port); in retrieve_thread_self_fast()
1725 port = ipc_port_copy_send_mqueue(tro->tro_settable_self_port); in thread_get_special_port_internal()
1995 port = ipc_port_copy_send_mqueue(task->itk_settable_self); in task_get_special_port_internal()
2026 port = ipc_port_copy_send_mqueue(task->itk_bootstrap); in task_get_special_port_internal()
2031 port = ipc_port_copy_send_mqueue(task->itk_task_access); in task_get_special_port_internal()
2036 port = ipc_port_copy_send_mqueue(task->itk_debug_control); in task_get_special_port_internal()
2042 port = ipc_port_copy_send_mqueue(task->itk_resource_notify); in task_get_special_port_internal()
H A Dipc_host.c384 port = ipc_port_copy_send_mqueue(port); in host_port_copy_send()
H A Dexception.c174 port = ipc_port_copy_send_mqueue(port); in exception_port_copy_send()
H A Dhost.c1399 *portp = ipc_port_copy_send_mqueue(port); in host_get_special_port()
/xnu-11215.1.10/iokit/IOKit/
H A DIOKitServer.h171 extern mach_port_t ipc_port_copy_send_mqueue(mach_port_t) __result_use_check;
/xnu-11215.1.10/osfmk/ipc/
H A Dmach_kernelrpc.c675 sright = ipc_port_copy_send_mqueue(*portp); in task_dyld_process_info_notify_get_trap()
H A Dipc_port.h943 extern ipc_port_t ipc_port_copy_send_mqueue(
H A Dipc_port.c2883 ipc_port_copy_send_mqueue( in ipc_port_copy_send_mqueue() function
/xnu-11215.1.10/iokit/Kernel/
H A DIOUserServer.cpp2374 ivars->serverPort = ipc_port_copy_send_mqueue(port); in SetPort_Impl()
3025 sendPort = ipc_port_copy_send_mqueue(queue->ivars->serverPort); in objectInstantiate()
3061 sendPort = ipc_port_copy_send_mqueue(queue->ivars->serverPort); in objectInstantiate()
3561 sendPort = ipc_port_copy_send_mqueue(port); in rpc()