Searched refs:ipc_kobject_copy_send (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.61.12/iokit/IOKit/ |
| H A D | IOKitServer.h | 173 extern mach_port_t ipc_kobject_copy_send(mach_port_t, ipc_kobject_t, ipc_kobject_type_t) __result_u…
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | ipc_kobject.h | 282 extern ipc_port_t ipc_kobject_copy_send(
|
| H A D | ipc_host.c | 379 port = ipc_kobject_copy_send(port, in host_port_copy_send() 382 port = ipc_kobject_copy_send(port, in host_port_copy_send()
|
| H A D | host.c | 1408 *portp = ipc_kobject_copy_send(port, &realhost, IKOT_HOST); in host_get_special_port() 1411 *portp = ipc_kobject_copy_send(port, &realhost, IKOT_HOST_PRIV); in host_get_special_port()
|
| H A D | ipc_kobject.c | 1030 ipc_kobject_copy_send( in ipc_kobject_copy_send() function
|
| H A D | ipc_tt.c | 1560 port = ipc_kobject_copy_send(port, thread, IKOT_THREAD_CONTROL); in thread_get_special_port_internal() 1834 port = ipc_kobject_copy_send(port, task, IKOT_TASK_CONTROL); in task_get_special_port_internal()
|