Home
last modified time | relevance | path

Searched refs:NET_ROOT_PIPE (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/ddk/
H A Dmrxfcb.h31 #define NET_ROOT_PIPE ((UCHAR)1) macro
/reactos/sdk/lib/drivers/rdbsslib/
H A Drdbss.c2052 if (NetRoot->Type == NET_ROOT_PIPE || NetRoot->Type == NET_ROOT_PRINT) in RxCommonCleanup()
3263 IsPipe = Fcb->NetRoot->Type == NET_ROOT_PIPE; in RxCommonRead()
4027 IsPipe = (NetRoot->Type == NET_ROOT_PIPE); in RxCommonWrite()
5297 if (NetRoot->Type != NET_ROOT_PIPE) in RxCreateFromNetRoot()
5307 if (Fcb->OpenCount != 0 && NetRoot->Type != NET_ROOT_PIPE) in RxCreateFromNetRoot()
5354 if (Context->Create.pNetRoot->Type == NET_ROOT_PIPE) in RxCreateFromNetRoot()
5360 Context->Create.pNetRoot->Type == NET_ROOT_PIPE) in RxCreateFromNetRoot()
/reactos/sdk/lib/drivers/rxce/
H A Drxce.c4572 (Fcb->pNetRoot != NULL && (Fcb->pNetRoot->Type == NET_ROOT_PIPE)))) in RxInitializeContext()