Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/sgi-xp/
Dxpc_channel.c67 if (!(ch->flags & XPC_C_ROPENCOMPLETE)) in xpc_process_connect()
448 ch->flags |= XPC_C_ROPENCOMPLETE; in xpc_process_openclose_chctl_flags()
Dxpc.h369 #define XPC_C_ROPENCOMPLETE 0x00000002 /* remote open channel complete */ macro