Home
last modified time | relevance | path

Searched refs:ipc_right_inuse (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_object.c442 if (ipc_right_inuse(entry)) { in ipc_object_alloc_dead_name()
555 if (ipc_right_inuse(entry)) {
1160 if (!ipc_right_inuse(entry)) { in ipc_object_copyout_name()
1173 if (!ipc_right_inuse(entry)) { in ipc_object_copyout_name()
1182 } else if (ipc_right_inuse(entry)) { in ipc_object_copyout_name()
H A Dipc_right.h125 extern bool ipc_right_inuse(
H A Dipc_right.c678 ipc_right_inuse( in ipc_right_inuse() function