Home
last modified time | relevance | path

Searched refs:ipc_kobject_t (Results 1 – 20 of 20) sorted by relevance

/xnu-11417.121.6/osfmk/kern/
H A Dipc_kobject.h251 ipc_kobject_t kobject,
257 ipc_kobject_t kobject,
268 ipc_kobject_t kobject,
275 ipc_kobject_t kobject,
305 ipc_kobject_t kobject,
332 ipc_kobject_t kobject,
360 ipc_kobject_t kobject,
365 ipc_kobject_t kobject,
368 extern ipc_kobject_t ipc_kobject_dealloc_port_and_unlock(
373 extern ipc_kobject_t ipc_kobject_dealloc_port(
[all …]
H A Dipc_kobject.c788 ipc_kobject_t kobject, in ipc_kobject_set_raw()
810 ipc_kobject_t kobject, in ipc_kobject_set_internal()
830 __header_always_inline ipc_kobject_t
836 ipc_kobject_t kobject = (ipc_kobject_t)*store; in ipc_kobject_get_raw()
856 ipc_kobject_t kobject, in ipc_kobject_require_panic()
870 ipc_kobject_t kobject, in ipc_kobject_require()
873 ipc_kobject_t cur; in ipc_kobject_require()
900 ipc_kobject_t
905 ipc_kobject_t kobject = IKO_NULL; in ipc_kobject_get_locked()
926 ipc_kobject_t
[all …]
H A Dkern_types.h60 typedef void * ipc_kobject_t; typedef
61 #define IKO_NULL ((ipc_kobject_t) 0)
H A Dipc_misc.c55 return ipc_kobject_alloc_port((ipc_kobject_t)fg, IKOT_FILEPORT, in fileport_alloc()
H A Dipc_host.c122 port = ipc_kobject_alloc_port((ipc_kobject_t) &realhost, IKOT_HOST, in ipc_host_init()
126 port = ipc_kobject_alloc_port((ipc_kobject_t) &realhost, IKOT_HOST_PRIV, in ipc_host_init()
H A Darcade.c113 port = ipc_kobject_alloc_port((ipc_kobject_t)&arcade_register_global, in arcade_init()
H A Dmk_timer.c101 ipc_kobject_upgrade_mktimer_locked(port, (ipc_kobject_t)timer); in mk_timer_create_trap()
H A Dipc_tt.c666 new_kport = ipc_kobject_alloc_port((ipc_kobject_t)task, in ipc_task_reset()
834 pport = ipc_kobject_alloc_port((ipc_kobject_t)thread, in ipc_thread_init()
837 kport = ipc_kobject_alloc_labeled_port((ipc_kobject_t)thread, in ipc_thread_init()
846 kport = ipc_kobject_alloc_port((ipc_kobject_t)thread, in ipc_thread_init()
1157 new_kport = ipc_kobject_alloc_port((ipc_kobject_t)thread, in ipc_thread_reset()
3961 task->itk_resume = ipc_kobject_alloc_port((ipc_kobject_t) task, in convert_task_suspension_token_to_port_grp()
H A Dwork_interval.c1226 (ipc_kobject_t)work_interval, IKOT_WORK_INTERVAL, in kern_work_interval_create()
H A Dexclaves_resource.c420 ipc_port_t port = ipc_kobject_alloc_port((ipc_kobject_t)resource, in exclaves_resource_alloc()
H A Dtask.c8473 task_fatal_port = ipc_kobject_alloc_port((ipc_kobject_t)token, IKOT_TASK_FATAL, in task_allocate_fatal_port()
/xnu-11417.121.6/iokit/IOKit/
H A DIOKitServer.h139 ipc_kobject_type_t type, ipc_kobject_t * kobj);
168 extern mach_port_t ipc_kobject_make_send(mach_port_t, ipc_kobject_t, ipc_kobject_type_t) __result_u…
169 extern mach_port_t ipc_kobject_copy_send(mach_port_t, ipc_kobject_t, ipc_kobject_type_t) __result_u…
/xnu-11417.121.6/osfmk/device/
H A Diokit_rpc.c264 ipc_kobject_t kobj; in iokit_make_port_of_type()
314 return ipc_kobject_alloc_labeled_port((ipc_kobject_t) obj, type, label, options); in iokit_alloc_object_port()
316 return ipc_kobject_alloc_port((ipc_kobject_t) obj, type, options); in iokit_alloc_object_port()
345 ipc_kobject_t kobj; in iokit_make_send_right()
H A Ddevice_init.c93 (ipc_kobject_t)&main_device_kobject, IKOT_MAIN_DEVICE, in device_service_create()
/xnu-11417.121.6/osfmk/tests/
H A Dptrauth_data_tests.c121 …ALLOC_VALIDATE_DATA_PTR(struct ipc_kobject_label, ipc_kobject_t, ikol_alt_port, "ipc_kobject_label… in ptrauth_data_tests()
/xnu-11417.121.6/osfmk/UserNotification/
H A DKUNCUserNotifications.c189 reply->self_port = ipc_kobject_alloc_port((ipc_kobject_t)reply, in KUNCGetNotificationID()
/xnu-11417.121.6/osfmk/ipc/
H A Dipc_eventlink.c179 ipc_eventlink->el_port = ipc_kobject_alloc_port((ipc_kobject_t)ipc_eventlink, in ipc_eventlink_initialize()
/xnu-11417.121.6/osfmk/vm/
H A Dvm_memory_entry.c1249 *user_handle_p = ipc_kobject_alloc_port((ipc_kobject_t)user_entry, in mach_memory_entry_allocate()
/xnu-11417.121.6/iokit/Kernel/
H A DIOUserClient.cpp696 iokit_port_for_object( io_object_t obj, ipc_kobject_type_t type, ipc_kobject_t * kobj ) in iokit_port_for_object()
H A DIOUserServer.cpp3671 ipc_kobject_t kobj; in copySendRightForObject()