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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)) {
775 ch->flags &= ~(XPC_C_OPENREQUEST | XPC_C_OPENREPLY |
H A Dxpc.h595 #define XPC_C_OPENREPLY 0x00000010 /* local open channel reply */ macro

Completed in 111 milliseconds