Home
last modified time | relevance | path

Searched refs:ipc_right_lookup_read (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.61.2/osfmk/ipc/
H A Dipc_right.h79 extern kern_return_t ipc_right_lookup_read(
H A Dipc_pset.c561 if (ipc_right_lookup_read(space, name, &bits, &object) != KERN_SUCCESS) { in filt_wlattach_sync_ipc()
636 kr = ipc_right_lookup_read(space, name, &bits, &object); in filt_machportattach()
H A Dmach_debug.c457 kr = ipc_right_lookup_read(space, name, &bits, &object); in mach_port_kobject_description()
H A Dipc_mqueue.c1485 kr = ipc_right_lookup_read(space, name, &bits, &object); in ipc_mqueue_copyin()
H A Dipc_object.c275 kr = ipc_right_lookup_read(space, name, &bits, &object); in ipc_object_translate()
H A Dipc_right.c112 ipc_right_lookup_read( in ipc_right_lookup_read() function