Searched refs:ipc_kobject_copy_send (Results 1 – 6 of 6) sorted by relevance
| /xnu-11215.1.10/iokit/IOKit/ |
| H A D | IOKitServer.h | 169 extern mach_port_t ipc_kobject_copy_send(mach_port_t, ipc_kobject_t, ipc_kobject_type_t) __result_u…
|
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | ipc_host.c | 376 port = ipc_kobject_copy_send(port, in host_port_copy_send() 379 port = ipc_kobject_copy_send(port, in host_port_copy_send()
|
| H A D | ipc_kobject.h | 303 extern ipc_port_t ipc_kobject_copy_send(
|
| H A D | host.c | 1390 *portp = ipc_kobject_copy_send(port, &realhost, IKOT_HOST); in host_get_special_port() 1393 *portp = ipc_kobject_copy_send(port, &realhost, IKOT_HOST_PRIV); in host_get_special_port()
|
| H A D | ipc_kobject.c | 1270 ipc_kobject_copy_send( in ipc_kobject_copy_send() function
|
| H A D | ipc_tt.c | 1729 port = ipc_kobject_copy_send(port, thread, IKOT_THREAD_CONTROL); in thread_get_special_port_internal() 1999 port = ipc_kobject_copy_send(port, task, IKOT_TASK_CONTROL); in task_get_special_port_internal()
|