Home
last modified time | relevance | path

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

/xnu-10063.101.15/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.c253 sendPort = ipc_kobject_make_send( port, kobj, type ); in iokit_make_port_of_type()
334 sendPort = ipc_kobject_make_send( port, kobj, type ); in iokit_make_send_right()
/xnu-10063.101.15/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.h330 extern ipc_port_t ipc_kobject_make_send(
H A Dipc_tt.c1249 port = ipc_kobject_make_send(task->itk_self, task, in retrieve_task_self_fast()
1322 port = ipc_kobject_make_send(tro->tro_self_port, thread, in retrieve_thread_self_fast()
1715 port = ipc_kobject_make_send(port, thread, IKOT_THREAD_CONTROL); in thread_get_non_substituted_self()
1950 port = ipc_kobject_make_send(task->itk_task_ports[TASK_FLAVOR_NAME], in task_get_special_port_internal()
2014 port = ipc_kobject_make_send(port, task, IKOT_TASK_CONTROL); in task_get_non_substituted_self()
3271 port = ipc_kobject_make_send(port, thread, IKOT_THREAD_CONTROL); in convert_thread_to_port_with_flavor()
3725 port = ipc_kobject_make_send(task->itk_task_ports[flavor], in convert_task_to_port_with_flavor()
3840 port = ipc_kobject_make_send(task->itk_self, task, in convert_task_to_port_pinned()
3921 port = ipc_kobject_make_send(tro->tro_self_port, in convert_thread_to_port_pinned()
H A Dipc_kobject.c1288 ipc_kobject_make_send( in ipc_kobject_make_send() function
/xnu-10063.101.15/iokit/IOKit/
H A DIOKitServer.h168 extern mach_port_t ipc_kobject_make_send(mach_port_t, ipc_kobject_t, ipc_kobject_type_t) __result_u…
/xnu-10063.101.15/osfmk/UserNotification/
H A DKUNCUserNotifications.c316 reply_port = ipc_kobject_make_send(reply->self_port, reply, IKOT_UND_REPLY); in KUNCUserNotificationDisplayFromBundle()
/xnu-10063.101.15/iokit/Kernel/
H A DIOUserServer.cpp3642 sendPort = ipc_kobject_make_send(port, kobj, type); in copySendRightForObject()