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

/linux-master/drivers/misc/sgi-xp/
H A Dxpc_channel.c54 if (!(ch->flags & XPC_C_OPENREPLY)) {
55 ch->flags |= XPC_C_OPENREPLY;
335 XPC_C_OPENREPLY | XPC_C_CONNECTED));
438 !(ch->flags & XPC_C_OPENREPLY)) {
772 ch->flags &= ~(XPC_C_OPENREQUEST | XPC_C_OPENREPLY |
H A Dxpc.h372 #define XPC_C_OPENREPLY 0x00000010 /* local open channel reply */ macro

Completed in 303 milliseconds