Searched refs:XPC_C_RCLOSEREQUEST (Results 1 - 2 of 2) sorted by relevance

/drivers/misc/sgi-xp/
H A Dxpc_channel.c110 if (!(ch->flags & XPC_C_RCLOSEREQUEST))
220 if (ch->flags & XPC_C_RCLOSEREQUEST) {
265 ch->flags |= XPC_C_RCLOSEREQUEST;
295 if (!(ch->flags & XPC_C_RCLOSEREQUEST)) {
H A Dxpc.h608 #define XPC_C_RCLOSEREQUEST 0x00004000 /* remote close channel request */ macro

Completed in 120 milliseconds