Searched refs:XPC_C_ROPENREPLY (Results 1 – 2 of 2) sorted by relevance
59 if (!(ch->flags & XPC_C_ROPENREPLY)) in xpc_process_connect()334 DBUG_ON(ch->flags & (XPC_C_ROPENREQUEST | XPC_C_ROPENREPLY | in xpc_process_openclose_chctl_flags()405 ch->flags |= XPC_C_ROPENREPLY; in xpc_process_openclose_chctl_flags()445 DBUG_ON(!(ch->flags & XPC_C_ROPENREPLY)); in xpc_process_openclose_chctl_flags()776 XPC_C_ROPENREQUEST | XPC_C_ROPENREPLY | in xpc_disconnect_channel()
594 #define XPC_C_ROPENREPLY 0x00000008 /* remote open channel reply */ macro