Home
last modified time | relevance | path

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

/xnu-10063.141.1/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.c793 ipc_kobject_t kobject, in ipc_kobject_set_raw()
815 ipc_kobject_t kobject, in ipc_kobject_set_internal()
835 __header_always_inline ipc_kobject_t
841 ipc_kobject_t kobject = (ipc_kobject_t)*store; in ipc_kobject_get_raw()
861 ipc_kobject_t kobject, in ipc_kobject_require_panic()
875 ipc_kobject_t kobject, in ipc_kobject_require()
878 ipc_kobject_t cur; in ipc_kobject_require()
905 ipc_kobject_t
910 ipc_kobject_t kobject = IKO_NULL; in ipc_kobject_get_locked()
931 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.c638 new_kport = ipc_kobject_alloc_port((ipc_kobject_t)task, in ipc_task_reset()
795 pport = ipc_kobject_alloc_port((ipc_kobject_t)thread, in ipc_thread_init()
798 kport = ipc_kobject_alloc_labeled_port((ipc_kobject_t)thread, in ipc_thread_init()
807 kport = ipc_kobject_alloc_port((ipc_kobject_t)thread, in ipc_thread_init()
1096 new_kport = ipc_kobject_alloc_port((ipc_kobject_t)thread, in ipc_thread_reset()
3917 task->itk_resume = ipc_kobject_alloc_port((ipc_kobject_t) task, in convert_task_suspension_token_to_port_grp()
H A Dwork_interval.c1215 (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.c8356 task_fatal_port = ipc_kobject_alloc_port((ipc_kobject_t)token, IKOT_TASK_FATAL, in task_allocate_fatal_port()
/xnu-10063.141.1/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-10063.141.1/osfmk/device/
H A Diokit_rpc.c245 ipc_kobject_t kobj; in iokit_make_port_of_type()
295 return ipc_kobject_alloc_labeled_port((ipc_kobject_t) obj, type, label, options); in iokit_alloc_object_port()
297 return ipc_kobject_alloc_port((ipc_kobject_t) obj, type, options); in iokit_alloc_object_port()
326 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-10063.141.1/osfmk/tests/
H A Dptrauth_data_tests.c119 …ALLOC_VALIDATE_DATA_PTR(struct ipc_kobject_label, ipc_kobject_t, ikol_alt_port, "ipc_kobject_label… in ptrauth_data_tests()
/xnu-10063.141.1/osfmk/UserNotification/
H A DKUNCUserNotifications.c189 reply->self_port = ipc_kobject_alloc_port((ipc_kobject_t)reply, in KUNCGetNotificationID()
/xnu-10063.141.1/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-10063.141.1/osfmk/vm/
H A Dvm_user.c3444 *user_handle_p = ipc_kobject_alloc_port((ipc_kobject_t)user_entry, in mach_memory_entry_allocate()
/xnu-10063.141.1/iokit/Kernel/
H A DIOUserClient.cpp695 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.cpp3637 ipc_kobject_t kobj; in copySendRightForObject()