Searched refs:ipc_kobject_make_send (Results 1 – 11 of 11) sorted by relevance
| /xnu-8792.41.9/osfmk/device/ |
| H A D | device_init.c | 97 ipc_kobject_make_send(main_device_port, &main_device_kobject, in device_service_create()
|
| H A D | iokit_rpc.c | 271 sendPort = ipc_kobject_make_send( port, obj, type ); in iokit_make_port_of_type() 358 sendPort = ipc_kobject_make_send( port, obj, type ); in iokit_make_send_right()
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | ipc_clock.c | 97 return ipc_kobject_make_send(clock->cl_service, clock, IKOT_CLOCK); in convert_clock_to_port()
|
| H A D | ipc_host.c | 430 port = ipc_kobject_make_send(port, processor, IKOT_PROCESSOR); in convert_processor_to_port() 449 return ipc_kobject_make_send(pset->pset_self, pset, IKOT_PSET); in convert_pset_to_port() 466 return ipc_kobject_make_send(pset->pset_name_self, pset, IKOT_PSET_NAME); in convert_pset_name_to_port()
|
| H A D | ux_handler.c | 90 ux_handler_send_right = ipc_kobject_make_send(ux_handler_port, in ux_handler_setup()
|
| H A D | ipc_kobject.h | 328 extern ipc_port_t ipc_kobject_make_send(
|
| H A D | ipc_tt.c | 1239 port = ipc_kobject_make_send(task->itk_self, task, in retrieve_task_self_fast() 1312 port = ipc_kobject_make_send(tro->tro_self_port, thread, in retrieve_thread_self_fast() 1705 port = ipc_kobject_make_send(port, thread, IKOT_THREAD_CONTROL); in thread_get_non_substituted_self() 1940 port = ipc_kobject_make_send(task->itk_task_ports[TASK_FLAVOR_NAME], in task_get_special_port_internal() 2004 port = ipc_kobject_make_send(port, task, IKOT_TASK_CONTROL); in task_get_non_substituted_self() 3310 port = ipc_kobject_make_send(port, thread, IKOT_THREAD_CONTROL); in convert_thread_to_port_with_flavor() 3764 port = ipc_kobject_make_send(task->itk_task_ports[flavor], in convert_task_to_port_with_flavor() 3879 port = ipc_kobject_make_send(task->itk_self, task, in convert_task_to_port_pinned() 3960 port = ipc_kobject_make_send(tro->tro_self_port, in convert_thread_to_port_pinned()
|
| H A D | ipc_kobject.c | 1172 ipc_kobject_make_send( in ipc_kobject_make_send() function
|
| /xnu-8792.41.9/iokit/IOKit/ |
| H A D | IOKitServer.h | 158 extern mach_port_t ipc_kobject_make_send(mach_port_t, ipc_kobject_t, ipc_kobject_type_t) __result_u…
|
| /xnu-8792.41.9/osfmk/UserNotification/ |
| H A D | KUNCUserNotifications.c | 316 reply_port = ipc_kobject_make_send(reply->self_port, reply, IKOT_UND_REPLY); in KUNCUserNotificationDisplayFromBundle()
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOUserServer.cpp | 3570 sendPort = ipc_kobject_make_send(port, (ipc_kobject_t)object, type); in copySendRightForObject()
|