Searched refs:FILE_PIPE_CONNECTED_STATE (Results 1 – 8 of 8) sorted by relevance
/reactos/modules/rostests/kmtests/npfs/ |
H A D | NpfsConnect.c | 105 CheckServer(ServerHandle, FILE_PIPE_CONNECTED_STATE); in TestConnect() 113 CheckClient(ClientHandle, FILE_PIPE_CONNECTED_STATE); in TestConnect() 114 CheckServer(ServerHandle, FILE_PIPE_CONNECTED_STATE); in TestConnect() 119 CheckClient(ClientHandle, FILE_PIPE_CONNECTED_STATE); in TestConnect() 120 CheckServer(ServerHandle, FILE_PIPE_CONNECTED_STATE); in TestConnect() 125 CheckClient(ClientHandle, FILE_PIPE_CONNECTED_STATE); in TestConnect() 126 CheckServer(ServerHandle, FILE_PIPE_CONNECTED_STATE); in TestConnect() 184 CheckServer(ServerHandle, FILE_PIPE_CONNECTED_STATE); in TestConnect() 190 CheckClient(ClientHandle, FILE_PIPE_CONNECTED_STATE); in TestConnect() 191 CheckServer(ServerHandle, FILE_PIPE_CONNECTED_STATE); in TestConnect() [all …]
|
H A D | NpfsReadWrite.c | 60 FILE_PIPE_CONNECTED_STATE) 68 FILE_PIPE_CONNECTED_STATE) 237 CheckClient(ClientHandle, FILE_PIPE_CONNECTED_STATE); in TestReadWrite() 238 CheckServer(ServerHandle, FILE_PIPE_CONNECTED_STATE); in TestReadWrite() 382 CheckClient(ClientHandle, FILE_PIPE_CONNECTED_STATE); in TestReadWrite() 383 CheckServer(ServerHandle, FILE_PIPE_CONNECTED_STATE); in TestReadWrite() 413 CheckClient(ClientHandle, FILE_PIPE_CONNECTED_STATE); in TestReadWrite() 414 CheckServer(ServerHandle, FILE_PIPE_CONNECTED_STATE); in TestReadWrite() 444 CheckClient(ClientHandle, FILE_PIPE_CONNECTED_STATE); in TestReadWrite() 445 CheckServer(ServerHandle, FILE_PIPE_CONNECTED_STATE); in TestReadWrite() [all …]
|
/reactos/drivers/filesystems/npfs/ |
H A D | statesup.c | 50 Ccb->NamedPipeState = FILE_PIPE_CONNECTED_STATE; in NpSetConnectedPipeState() 115 case FILE_PIPE_CONNECTED_STATE: in NpSetDisconnectedPipeState() 227 case FILE_PIPE_CONNECTED_STATE: in NpSetListeningPipeState() 338 case FILE_PIPE_CONNECTED_STATE: in NpSetClosingPipeState()
|
H A D | read.c | 68 …ASSERT((Ccb->NamedPipeState == FILE_PIPE_CONNECTED_STATE) || (Ccb->NamedPipeState == FILE_PIPE_CLO… in NpCommonRead()
|
H A D | write.c | 62 if (Ccb->NamedPipeState != FILE_PIPE_CONNECTED_STATE) in NpCommonWrite()
|
H A D | fsctrl.c | 387 if (Ccb->NamedPipeState != FILE_PIPE_CONNECTED_STATE) in NpPeek() 513 if (Ccb->NamedPipeState != FILE_PIPE_CONNECTED_STATE) in NpTransceive()
|
/reactos/sdk/include/reactos/wine/ |
H A D | winternl.h | 792 #define FILE_PIPE_CONNECTED_STATE 0x03 macro
|
/reactos/sdk/include/xdk/ |
H A D | iotypes.h | 5636 #define FILE_PIPE_CONNECTED_STATE 0x00000003 macro
|