Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dipc_kobject.h262 ipc_kobject_t kobject,
268 ipc_kobject_t kobject,
279 ipc_kobject_t kobject,
287 ipc_kobject_t kobject,
300 extern ipc_kobject_t ipc_kobject_dealloc_port_and_unlock(
305 extern ipc_kobject_t ipc_kobject_dealloc_port(
312 ipc_kobject_t kobject,
315 extern ipc_kobject_t ipc_kobject_get_raw(
319 extern ipc_kobject_t ipc_kobject_get_locked(
323 extern ipc_kobject_t ipc_kobject_get_stable(
[all …]
H A Dipc_kobject.c687 ipc_kobject_t kobject, in ipc_kobject_set_raw()
709 ipc_kobject_t kobject, in ipc_kobject_set_internal()
729 __header_always_inline ipc_kobject_t
735 ipc_kobject_t kobject = (ipc_kobject_t)*store; in ipc_kobject_get_raw()
767 ipc_kobject_t
772 ipc_kobject_t kobject = IKO_NULL; in ipc_kobject_get_locked()
793 ipc_kobject_t
812 ipc_kobject_t kobject, in ipc_kobject_init_port()
848 ipc_kobject_t kobject, in ipc_kobject_alloc_port()
877 ipc_kobject_t kobject, in ipc_kobject_alloc_labeled_port()
[all …]
H A Dkern_types.h60 typedef void * ipc_kobject_t; typedef
61 #define IKO_NULL ((ipc_kobject_t) 0)
H A Daudit_sessionport.c62 (ipc_kobject_t)aia_p, IKOT_AU_SESSIONPORT, in audit_session_mksend()
H A Dipc_misc.c55 return ipc_kobject_alloc_port((ipc_kobject_t)fg, IKOT_FILEPORT, in fileport_alloc()
H A Dipc_host.c117 port = ipc_kobject_alloc_port((ipc_kobject_t) &realhost, IKOT_HOST, in ipc_host_init()
121 port = ipc_kobject_alloc_port((ipc_kobject_t) &realhost, IKOT_HOST_PRIV, in ipc_host_init()
H A Dux_handler.c75 ux_handler_port = ipc_kobject_alloc_port((ipc_kobject_t)&ux_handler_kobject, in ux_handler_init()
H A Darcade.c112 port = ipc_kobject_alloc_port((ipc_kobject_t)&arcade_register_global, in arcade_init()
H A Dtask_ident.c337 (ipc_kobject_t) token, IKOT_TASK_ID_TOKEN, in convert_task_id_token_to_port()
H A Dmk_timer.c102 ipc_kobject_upgrade_locked(port, (ipc_kobject_t)timer, IKOT_TIMER); in mk_timer_create_trap()
H A Dipc_tt.c600 new_kport = ipc_kobject_alloc_port((ipc_kobject_t)task, in ipc_task_reset()
760 pport = ipc_kobject_alloc_port((ipc_kobject_t)thread, in ipc_thread_init()
763 kport = ipc_kobject_alloc_labeled_port((ipc_kobject_t)thread, in ipc_thread_init()
772 kport = ipc_kobject_alloc_port((ipc_kobject_t)thread, in ipc_thread_init()
1057 new_kport = ipc_kobject_alloc_port((ipc_kobject_t)thread, in ipc_thread_reset()
3624 (ipc_kobject_t)task, kotype, in convert_task_to_port_with_flavor()
3735 task->itk_resume = ipc_kobject_alloc_port((ipc_kobject_t) task, in convert_task_suspension_token_to_port_grp()
H A Dwork_interval.c928 (ipc_kobject_t)work_interval, IKOT_WORK_INTERVAL, in kern_work_interval_create()
H A Dtask.c3707 (ipc_kobject_t)task, IKOT_TASK_RESUME, IPC_KOBJECT_PTRAUTH_STORE, in task_suspend()
7879 task_fatal_port = ipc_kobject_alloc_port((ipc_kobject_t)token, IKOT_TASK_FATAL, in task_allocate_fatal_port()
/xnu-8020.101.4/osfmk/device/
H A Ddevice_init.c93 (ipc_kobject_t)&master_device_kobject, IKOT_MASTER_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-8020.101.4/osfmk/tests/
H A Dptrauth_data_tests.c105 …ALLOC_VALIDATE_DATA_PTR(struct ipc_kobject_label, ipc_kobject_t, ikol_alt_port, "ipc_kobject_label… in ptrauth_data_tests()
/xnu-8020.101.4/osfmk/UserNotification/
H A DKUNCUserNotifications.c189 reply->self_port = ipc_kobject_alloc_port((ipc_kobject_t)reply, in KUNCGetNotificationID()
/xnu-8020.101.4/osfmk/ipc/
H A Dipc_eventlink.c179 ipc_eventlink->el_port = ipc_kobject_alloc_port((ipc_kobject_t)ipc_eventlink, in ipc_eventlink_initialize()
H A Dipc_voucher.c483 (ipc_kobject_t)voucher, IKOT_VOUCHER, IPC_KOBJECT_ALLOC_NONE, 0)) { in convert_voucher_to_port()
680 (ipc_kobject_t)control, IKOT_VOUCHER_ATTR_CONTROL, in convert_voucher_attr_control_to_port()
/xnu-8020.101.4/osfmk/vm/
H A Dvm_user.c3366 *user_handle_p = ipc_kobject_alloc_port((ipc_kobject_t)user_entry, in mach_memory_entry_allocate()