Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/device/
H A Ddevice_init.c97 ipc_kobject_make_send(main_device_port, &main_device_kobject, in device_service_create()
H A Diokit_rpc.c271 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-8796.121.2/osfmk/kern/
H A Dipc_clock.c97 return ipc_kobject_make_send(clock->cl_service, clock, IKOT_CLOCK); in convert_clock_to_port()
H A Dipc_host.c432 port = ipc_kobject_make_send(port, processor, IKOT_PROCESSOR); in convert_processor_to_port()
451 return ipc_kobject_make_send(pset->pset_self, pset, IKOT_PSET); in convert_pset_to_port()
468 return ipc_kobject_make_send(pset->pset_name_self, pset, IKOT_PSET_NAME); in convert_pset_name_to_port()
H A Dux_handler.c90 ux_handler_send_right = ipc_kobject_make_send(ux_handler_port, in ux_handler_setup()
H A Dipc_kobject.h328 extern ipc_port_t ipc_kobject_make_send(
H A Dipc_tt.c1233 port = ipc_kobject_make_send(task->itk_self, task, in retrieve_task_self_fast()
1306 port = ipc_kobject_make_send(tro->tro_self_port, thread, in retrieve_thread_self_fast()
1699 port = ipc_kobject_make_send(port, thread, IKOT_THREAD_CONTROL); in thread_get_non_substituted_self()
1934 port = ipc_kobject_make_send(task->itk_task_ports[TASK_FLAVOR_NAME], in task_get_special_port_internal()
1998 port = ipc_kobject_make_send(port, task, IKOT_TASK_CONTROL); in task_get_non_substituted_self()
3255 port = ipc_kobject_make_send(port, thread, IKOT_THREAD_CONTROL); in convert_thread_to_port_with_flavor()
3709 port = ipc_kobject_make_send(task->itk_task_ports[flavor], in convert_task_to_port_with_flavor()
3824 port = ipc_kobject_make_send(task->itk_self, task, in convert_task_to_port_pinned()
3905 port = ipc_kobject_make_send(tro->tro_self_port, in convert_thread_to_port_pinned()
H A Dipc_kobject.c1118 ipc_kobject_make_send( in ipc_kobject_make_send() function
/xnu-8796.121.2/iokit/IOKit/
H A DIOKitServer.h158 extern mach_port_t ipc_kobject_make_send(mach_port_t, ipc_kobject_t, ipc_kobject_type_t) __result_u…
/xnu-8796.121.2/osfmk/UserNotification/
H A DKUNCUserNotifications.c316 reply_port = ipc_kobject_make_send(reply->self_port, reply, IKOT_UND_REPLY); in KUNCUserNotificationDisplayFromBundle()
/xnu-8796.121.2/iokit/Kernel/
H A DIOUserServer.cpp3601 sendPort = ipc_kobject_make_send(port, (ipc_kobject_t)object, type); in copySendRightForObject()