Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/ipc/
H A Dipc_right.h79 extern kern_return_t ipc_right_lookup_read(
H A Dipc_pset.c587 if (ipc_right_lookup_read(space, name, &bits, &object) != KERN_SUCCESS) { in filt_wlattach_sync_ipc()
752 kr = ipc_right_lookup_read(space, name, &bits, &object); in filt_machportattach()
H A Dmach_debug.c458 kr = ipc_right_lookup_read(space, name, &bits, &object); in mach_port_kobject_description()
H A Dipc_mqueue.c1524 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.c116 ipc_right_lookup_read( in ipc_right_lookup_read() function