Searched refs:XPC_C_RCLOSEREQUEST (Results 1 – 2 of 2) sorted by relevance
110 if (!(ch->flags & XPC_C_RCLOSEREQUEST)) in xpc_process_disconnect()220 if (ch->flags & XPC_C_RCLOSEREQUEST) { in xpc_process_openclose_chctl_flags()265 ch->flags |= XPC_C_RCLOSEREQUEST; in xpc_process_openclose_chctl_flags()295 if (!(ch->flags & XPC_C_RCLOSEREQUEST)) { in xpc_process_openclose_chctl_flags()
385 #define XPC_C_RCLOSEREQUEST 0x00004000 /* remote close channel request */ macro