Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/misc/sgi-xp/
Dxpc_channel.c54 if (!(ch->flags & XPC_C_OPENREPLY)) { in xpc_process_connect()
55 ch->flags |= XPC_C_OPENREPLY; in xpc_process_connect()
335 XPC_C_OPENREPLY | XPC_C_CONNECTED)); in xpc_process_openclose_chctl_flags()
438 !(ch->flags & XPC_C_OPENREPLY)) { in xpc_process_openclose_chctl_flags()
775 ch->flags &= ~(XPC_C_OPENREQUEST | XPC_C_OPENREPLY | in xpc_disconnect_channel()
Dxpc.h595 #define XPC_C_OPENREPLY 0x00000010 /* local open channel reply */ macro