Searched refs:XPC_C_WDISCONNECT (Results 1 – 3 of 3) sorted by relevance
155 ch->flags = (XPC_C_DISCONNECTED | (ch->flags & XPC_C_WDISCONNECT)); in xpc_process_disconnect()164 if (ch->flags & XPC_C_WDISCONNECT) { in xpc_process_disconnect()199 (ch->flags & XPC_C_WDISCONNECT)) { in xpc_process_openclose_chctl_flags()328 if (ch->flags & (XPC_C_DISCONNECTING | XPC_C_WDISCONNECT)) { in xpc_process_openclose_chctl_flags()727 ch->flags |= XPC_C_WDISCONNECT; in xpc_initiate_disconnect()
865 if (!(ch->flags & XPC_C_WDISCONNECT)) { in xpc_disconnect_wait()887 ch->flags &= ~XPC_C_WDISCONNECT; in xpc_disconnect_wait()
394 #define XPC_C_WDISCONNECT 0x00100000 /* waiting for channel disconnect */ macro