Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_object.c440 if (ipc_right_inuse(entry)) { in ipc_object_alloc_dead_name()
553 if (ipc_right_inuse(entry)) {
1158 if (!ipc_right_inuse(entry)) { in ipc_object_copyout_name()
1171 if (!ipc_right_inuse(entry)) { in ipc_object_copyout_name()
1180 } 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.c677 ipc_right_inuse( in ipc_right_inuse() function