Searched refs:XPC_C_CLOSEREPLY (Results 1 – 2 of 2) sorted by relevance
113 if (!(ch->flags & XPC_C_CLOSEREPLY)) { in xpc_process_disconnect()114 ch->flags |= XPC_C_CLOSEREPLY; in xpc_process_disconnect()223 DBUG_ON(!(ch->flags & XPC_C_CLOSEREPLY)); in xpc_process_openclose_chctl_flags()310 if (ch->flags & XPC_C_CLOSEREPLY) { in xpc_process_openclose_chctl_flags()
384 #define XPC_C_CLOSEREPLY 0x00002000 /* local close channel reply */ macro