Searched refs:ipc_kobject_get_stable (Results 1 – 16 of 16) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | audit_sessionport.c | 90 aia_p = ipc_kobject_get_stable(port, IKOT_AU_SESSIONPORT); in audit_session_porttoaia() 111 aia_p = ipc_kobject_get_stable(port, IKOT_AU_SESSIONPORT); in audit_session_no_senders()
|
| H A D | ipc_clock.c | 80 clock = ipc_kobject_get_stable(port, IKOT_CLOCK); in convert_port_to_clock() 119 clock = (clock_t)ipc_kobject_get_stable(port, IKOT_CLOCK); in port_name_to_clock()
|
| H A D | ipc_host.c | 250 host = (host_t)ipc_kobject_get_stable(port, type); in convert_port_to_host() 280 host = ipc_kobject_get_stable(port, IKOT_HOST_PRIV); in convert_port_to_host_priv() 306 processor = ipc_kobject_get_stable(port, IKOT_PROCESSOR); in convert_port_to_processor() 329 pset = ipc_kobject_get_stable(port, IKOT_PSET); in convert_port_to_pset() 355 pset = ipc_kobject_get_stable(port, type); in convert_port_to_pset_name()
|
| H A D | task_ident.c | 128 token = ipc_kobject_get_stable(port, IKOT_TASK_ID_TOKEN); in task_id_token_no_senders() 319 token = ipc_kobject_get_stable(port, IKOT_TASK_ID_TOKEN); in convert_port_to_task_id_token()
|
| H A D | ipc_misc.c | 78 return ipc_kobject_get_stable(port, IKOT_FILEPORT); in fileport_port_to_fileglob()
|
| H A D | ipc_kobject.h | 415 extern ipc_kobject_t ipc_kobject_get_stable(
|
| H A D | arcade.c | 125 arcade_reg = ipc_kobject_get_stable(port, IKOT_ARCADE_REG); in convert_port_to_arcade_register()
|
| H A D | sync_sema.c | 1208 semaphore = ipc_kobject_get_stable(port, IKOT_SEMAPHORE); in convert_port_to_semaphore() 1264 semaphore_t semaphore = ipc_kobject_get_stable(port, IKOT_SEMAPHORE); in semaphore_no_senders()
|
| H A D | kern_cdata.c | 229 obj = ipc_kobject_get_stable(port, IKOT_KCDATA); in convert_port_to_kcdata_object() 265 obj = ipc_kobject_get_stable(port, IKOT_KCDATA); in kcdata_object_no_senders()
|
| H A D | work_interval.c | 548 work_interval = ipc_kobject_get_stable(port, IKOT_WORK_INTERVAL); in work_interval_port_convert_locked()
|
| H A D | exclaves_resource.c | 729 exclaves_resource_t *resource = ipc_kobject_get_stable(port, in exclaves_resource_from_port_name() 800 exclaves_resource_t *resource = ipc_kobject_get_stable(port, in exclaves_resource_no_senders()
|
| H A D | ipc_kobject.c | 928 ipc_kobject_get_stable( in ipc_kobject_get_stable() function
|
| H A D | task.c | 8392 task_id_token_t token = ipc_kobject_get_stable(port, IKOT_TASK_FATAL); in task_fatal_port_no_senders()
|
| /xnu-11215.1.10/osfmk/UserNotification/ |
| H A D | KUNCUserNotifications.c | 351 reply = ipc_kobject_get_stable(port, IKOT_UND_REPLY); in convert_port_to_UNDReply()
|
| /xnu-11215.1.10/osfmk/ipc/ |
| H A D | ipc_voucher.c | 329 return (uintptr_t)ipc_kobject_get_stable(port, IKOT_VOUCHER); in unsafe_convert_port_to_voucher() 337 ipc_voucher_t voucher = ipc_kobject_get_stable(port, IKOT_VOUCHER); in ip_get_voucher()
|
| /xnu-11215.1.10/osfmk/vm/ |
| H A D | vm_memory_entry.c | 1993 return ipc_kobject_get_stable(port, IKOT_NAMED_ENTRY); in mach_memory_entry_from_port()
|