Searched refs:NET_ROOT_PIPE (Results 1 – 3 of 3) sorted by relevance
31 #define NET_ROOT_PIPE ((UCHAR)1) macro
2052 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()
4572 (Fcb->pNetRoot != NULL && (Fcb->pNetRoot->Type == NET_ROOT_PIPE)))) in RxInitializeContext()