Searched refs:XPC_C_OPENREPLY (Results 1 – 2 of 2) sorted by relevance
54 if (!(ch->flags & XPC_C_OPENREPLY)) { in xpc_process_connect()55 ch->flags |= XPC_C_OPENREPLY; in xpc_process_connect()335 XPC_C_OPENREPLY | XPC_C_CONNECTED)); in xpc_process_openclose_chctl_flags()438 !(ch->flags & XPC_C_OPENREPLY)) { in xpc_process_openclose_chctl_flags()775 ch->flags &= ~(XPC_C_OPENREQUEST | XPC_C_OPENREPLY | in xpc_disconnect_channel()
595 #define XPC_C_OPENREPLY 0x00000010 /* local open channel reply */ macro