Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/ipc/
H A Dipc_right.c2158 boolean_t allow_reply_make_so = !!(flags & IPC_OBJECT_COPYIN_FLAGS_ALLOW_REPLY_MAKE_SEND_ONCE); in ipc_right_copyin() local
2202 if ((ip_is_reply_port(port)) && !allow_reply_make_so) { in ipc_right_copyin()