Home
last modified time | relevance | path

Searched refs:ipc_port_copy_send (Results 1 – 11 of 11) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dipc_host.c171 sright = ipc_port_copy_send(self->itk_host); in host_self_trap()
544 ipc_port_copy_send(new_port); in host_set_exception_ports()
638 ipc_port_copy_send(host_priv->exc_actions[i].port); in host_get_exception_ports()
751 ipc_port_copy_send(host_priv->exc_actions[i].port); in host_swap_exception_ports()
758 ipc_port_copy_send(new_port); in host_swap_exception_ports()
H A Dipc_tt.c232 ipc_port_copy_send(parent->itk_registered[i]); in ipc_task_init()
239 ipc_port_copy_send(parent->exc_actions[i].port); in ipc_task_init()
252 ipc_port_copy_send(parent->itk_host); in ipc_task_init()
255 ipc_port_copy_send(parent->itk_bootstrap); in ipc_task_init()
258 ipc_port_copy_send(parent->itk_task_access); in ipc_task_init()
1215 port = ipc_port_copy_send(task->itk_settable_self); in retrieve_task_self_fast()
1286 port = ipc_port_copy_send(tro->tro_settable_self_port); in retrieve_thread_self_fast()
1605 port = ipc_port_copy_send(tro->tro_settable_self_port); in thread_get_special_port_internal()
1859 port = ipc_port_copy_send(task->itk_settable_self); in task_get_special_port_internal()
1879 port = ipc_port_copy_send(task->itk_host); in task_get_special_port_internal()
[all …]
H A Darcade.c281 port = ipc_port_copy_send(arcade_upcall_port); in arcade_ast()
297 port = ipc_port_copy_send(arcade_upcall_port); in arcade_ast()
H A Dhost.c1351 *portp = ipc_port_copy_send(port); in host_get_special_port()
/xnu-8020.140.41/iokit/IOKit/
H A DIOKitServer.h159 extern mach_port_t ipc_port_copy_send(mach_port_t) __result_use_check;
/xnu-8020.140.41/osfmk/ipc/
H A Dipc_port.h766 extern ipc_port_t ipc_port_copy_send(
H A Dmach_kernelrpc.c677 sright = ipc_port_copy_send(*portp); in task_dyld_process_info_notify_get_trap()
H A Dipc_port.c2738 ipc_port_copy_send( in ipc_port_copy_send() function
/xnu-8020.140.41/bsd/nfs/
H A Dnfs_gss.c3847 extern ipc_port_t ipc_port_copy_send(ipc_port_t);
3860 return ipc_port_copy_send(mp); in host_copy_special_port()
/xnu-8020.140.41/iokit/Kernel/
H A DIOUserServer.cpp2799 sendPort = ipc_port_copy_send(queue->ivars->serverPort); in objectInstantiate()
2835 sendPort = ipc_port_copy_send(queue->ivars->serverPort); in objectInstantiate()
3302 sendPort = ipc_port_copy_send(port); in rpc()
/xnu-8020.140.41/osfmk/vm/
H A Dvm_user.c3198 parent_handle = ipc_port_copy_send(parent_handle); in mach_make_memory_entry_internal()