Searched refs:ipc_kobject_make_send (Results 1 – 11 of 11) sorted by relevance
| /xnu-12377.41.6/osfmk/device/ |
| H A D | device_init.c | 83 ipc_kobject_make_send(main_device_port, &main_device_kobject, in device_service_create()
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | ipc_clock.c | 96 return ipc_kobject_make_send(clock->cl_service, clock, IKOT_CLOCK); in convert_clock_to_port()
|
| H A D | ipc_host.c | 435 port = ipc_kobject_make_send(port, processor, IKOT_PROCESSOR); in convert_processor_to_port() 454 return ipc_kobject_make_send(pset->pset_self, pset, IKOT_PROCESSOR_SET); in convert_pset_to_port() 471 return ipc_kobject_make_send(pset->pset_name_self, pset, IKOT_PROCESSOR_SET_NAME); in convert_pset_name_to_port()
|
| H A D | ipc_kobject.h | 309 extern ipc_port_t ipc_kobject_make_send(
|
| H A D | ux_handler.c | 91 ux_handler_send_right = ipc_kobject_make_send(ux_handler_port, in ux_handler_setup()
|
| H A D | ipc_tt.c | 1202 port = ipc_kobject_make_send(kport, task, IKOT_TASK_CONTROL); in retrieve_task_self_fast() 1259 port = ipc_kobject_make_send(tro->tro_ports[THREAD_FLAVOR_CONTROL], in retrieve_thread_self_fast() 1849 port = ipc_kobject_make_send(task->itk_task_ports[TASK_FLAVOR_NAME], in task_get_special_port_internal() 3110 port = ipc_kobject_make_send(tro->tro_ports[THREAD_FLAVOR_CONTROL], in convert_thread_to_port_immovable() 3156 port = ipc_kobject_make_send(port, thread, IKOT_THREAD_CONTROL); in convert_thread_to_port_with_flavor() 3158 (void)ipc_kobject_make_send(port, thread, kotype); in convert_thread_to_port_with_flavor() 3606 port = ipc_kobject_make_send(task->itk_task_ports[flavor], in convert_task_to_port_with_flavor() 3621 (void)ipc_kobject_make_send(port, task, kotype); in convert_task_to_port_with_flavor() 3659 port = ipc_kobject_make_send(port, corpse, IKOT_TASK_CONTROL); in convert_corpse_to_port_and_nsrequest()
|
| H A D | ipc_kobject.c | 1052 ipc_kobject_make_send( in ipc_kobject_make_send() function
|
| H A D | task.c | 4315 (void)ipc_kobject_make_send(port, task, IKOT_TASK_RESUME); in task_suspend()
|
| /xnu-12377.41.6/iokit/IOKit/ |
| H A D | IOKitServer.h | 172 extern mach_port_t ipc_kobject_make_send(mach_port_t, ipc_kobject_t, ipc_kobject_type_t) __result_u…
|
| /xnu-12377.41.6/osfmk/UserNotification/ |
| H A D | KUNCUserNotifications.c | 317 reply_port = ipc_kobject_make_send(reply->self_port, reply, IKOT_UND_REPLY); in KUNCUserNotificationDisplayFromBundle()
|
| /xnu-12377.41.6/iokit/Kernel/ |
| H A D | IOUserClient.cpp | 708 port = ipc_kobject_make_send( machPort->port, machPort, type ); in iokit_port_make_send_for_object()
|