Searched refs:XPC_C_OPENREQUEST (Results 1 – 2 of 2) sorted by relevance
33 if (!(ch->flags & XPC_C_OPENREQUEST) || in xpc_process_connect()333 XPC_C_OPENREQUEST))); in xpc_process_openclose_chctl_flags()350 if (ch->flags & XPC_C_OPENREQUEST) { in xpc_process_openclose_chctl_flags()379 if (!(ch->flags & XPC_C_OPENREQUEST)) { in xpc_process_openclose_chctl_flags()437 if (!(ch->flags & XPC_C_OPENREQUEST) || in xpc_process_openclose_chctl_flags()481 DBUG_ON(ch->flags & XPC_C_OPENREQUEST); in xpc_connect_channel()535 ch->flags |= (XPC_C_OPENREQUEST | XPC_C_CONNECTING); in xpc_connect_channel()589 if (!(ch_flags & XPC_C_OPENREQUEST)) { in xpc_process_sent_chctl_flags()772 ch->flags &= ~(XPC_C_OPENREQUEST | XPC_C_OPENREPLY | in xpc_disconnect_channel()
374 #define XPC_C_OPENREQUEST 0x00000040 /* local open channel request */ macro