Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dipc_kobject.h249 ipc_kobject_t kobject,
255 ipc_kobject_t kobject,
266 ipc_kobject_t kobject,
273 ipc_kobject_t kobject,
303 ipc_kobject_t kobject,
330 ipc_kobject_t kobject,
358 ipc_kobject_t kobject,
361 extern ipc_kobject_t ipc_kobject_dealloc_port_and_unlock(
366 extern ipc_kobject_t ipc_kobject_dealloc_port(
373 ipc_kobject_t kobject,
[all …]
H A Dipc_kobject.c669 ipc_kobject_t kobject, in ipc_kobject_set_raw()
691 ipc_kobject_t kobject, in ipc_kobject_set_internal()
711 __header_always_inline ipc_kobject_t
717 ipc_kobject_t kobject = (ipc_kobject_t)*store; in ipc_kobject_get_raw()
737 ipc_kobject_t kobject, in ipc_kobject_require_panic()
751 ipc_kobject_t kobject, in ipc_kobject_require()
754 ipc_kobject_t cur; in ipc_kobject_require()
781 ipc_kobject_t
786 ipc_kobject_t kobject = IKO_NULL; in ipc_kobject_get_locked()
807 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.c112 port = ipc_kobject_alloc_port((ipc_kobject_t)&arcade_register_global, in arcade_init()
H A Dmk_timer.c122 ipc_kobject_upgrade_mktimer_locked(port, (ipc_kobject_t)timer); in mk_timer_create_trap()
H A Dipc_tt.c621 new_kport = ipc_kobject_alloc_port((ipc_kobject_t)task, in ipc_task_reset()
785 pport = ipc_kobject_alloc_port((ipc_kobject_t)thread, in ipc_thread_init()
788 kport = ipc_kobject_alloc_labeled_port((ipc_kobject_t)thread, in ipc_thread_init()
797 kport = ipc_kobject_alloc_port((ipc_kobject_t)thread, in ipc_thread_init()
1086 new_kport = ipc_kobject_alloc_port((ipc_kobject_t)thread, in ipc_thread_reset()
3912 task->itk_resume = ipc_kobject_alloc_port((ipc_kobject_t) task, in convert_task_suspension_token_to_port_grp()
H A Dwork_interval.c1119 (ipc_kobject_t)work_interval, IKOT_WORK_INTERVAL, in kern_work_interval_create()
H A Dtask.c7771 task_fatal_port = ipc_kobject_alloc_port((ipc_kobject_t)token, IKOT_TASK_FATAL, in task_allocate_fatal_port()
/xnu-8792.41.9/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…
159 extern mach_port_t ipc_kobject_copy_send(mach_port_t, ipc_kobject_t, ipc_kobject_type_t) __result_u…
/xnu-8792.41.9/osfmk/device/
H A Ddevice_init.c93 (ipc_kobject_t)&main_device_kobject, IKOT_MAIN_DEVICE, in device_service_create()
H A Diokit_rpc.c316 return ipc_kobject_alloc_labeled_port((ipc_kobject_t) obj, type, label, options); in iokit_alloc_object_port()
318 return ipc_kobject_alloc_port((ipc_kobject_t) obj, type, options); in iokit_alloc_object_port()
339 ipc_kobject_enable( port, (ipc_kobject_t) obj, type); in iokit_switch_object_port()
/xnu-8792.41.9/osfmk/tests/
H A Dptrauth_data_tests.c106 …ALLOC_VALIDATE_DATA_PTR(struct ipc_kobject_label, ipc_kobject_t, ikol_alt_port, "ipc_kobject_label… in ptrauth_data_tests()
/xnu-8792.41.9/osfmk/UserNotification/
H A DKUNCUserNotifications.c189 reply->self_port = ipc_kobject_alloc_port((ipc_kobject_t)reply, in KUNCGetNotificationID()
/xnu-8792.41.9/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-8792.41.9/osfmk/vm/
H A Dvm_user.c3501 *user_handle_p = ipc_kobject_alloc_port((ipc_kobject_t)user_entry, in mach_memory_entry_allocate()
/xnu-8792.41.9/iokit/Kernel/
H A DIOUserServer.cpp3570 sendPort = ipc_kobject_make_send(port, (ipc_kobject_t)object, type); in copySendRightForObject()