Searched refs:PendingIrpList (Results 1 – 9 of 9) sorted by relevance
53 while( !IsListEmpty( &FCB->PendingIrpList[FUNCTION_SEND] ) ) { in SendComplete()54 NextIrpEntry = RemoveHeadList(&FCB->PendingIrpList[FUNCTION_SEND]); in SendComplete()75 while( !IsListEmpty( &FCB->PendingIrpList[FUNCTION_SEND] ) ) { in SendComplete()77 RemoveHeadList(&FCB->PendingIrpList[FUNCTION_SEND]); in SendComplete()110 NextIrpEntry = RemoveHeadList(&FCB->PendingIrpList[FUNCTION_SEND]); in SendComplete()132 InsertHeadList(&FCB->PendingIrpList[FUNCTION_SEND], in SendComplete()160 NextIrpEntry = FCB->PendingIrpList[FUNCTION_SEND].Flink; in SendComplete()226 IsListEmpty(&FCB->PendingIrpList[FUNCTION_SEND])) in SendComplete()285 while( !IsListEmpty( &FCB->PendingIrpList[FUNCTION_SEND] ) ) { in PacketSocketSendComplete()300 ASSERT(!IsListEmpty(&FCB->PendingIrpList[FUNCTION_SEND])); in PacketSocketSendComplete()[all …]
168 while( !IsListEmpty( &FCB->PendingIrpList[FUNCTION_RECV] ) ) { in ReceiveActivity()169 NextIrpEntry = RemoveHeadList(&FCB->PendingIrpList[FUNCTION_RECV]); in ReceiveActivity()198 while( !IsListEmpty( &FCB->PendingIrpList[FUNCTION_RECV] ) ) { in ReceiveActivity()199 NextIrpEntry = RemoveHeadList(&FCB->PendingIrpList[FUNCTION_RECV]); in ReceiveActivity()211 InsertHeadList(&FCB->PendingIrpList[FUNCTION_RECV], in ReceiveActivity()232 IsListEmpty(&FCB->PendingIrpList[FUNCTION_RECV]) ) { in ReceiveActivity()284 while( !IsListEmpty( &FCB->PendingIrpList[FUNCTION_RECV] ) ) { in ReceiveComplete()507 InsertTailList( &FCB->PendingIrpList[FUNCTION_RECV], in AfdConnectedSocketReadData()563 while( !IsListEmpty( &FCB->PendingIrpList[FUNCTION_RECV] ) ) { in PacketSocketRecvComplete()634 !IsListEmpty( &FCB->PendingIrpList[FUNCTION_RECV] ) ) { in PacketSocketRecvComplete()[all …]
365 InitializeListHead( &FCB->PendingIrpList[i] ); in AfdCreateSocket()441 CurrentEntry = FCB->PendingIrpList[Function].Flink; in AfdCleanupSocket()442 while (CurrentEntry != &FCB->PendingIrpList[Function]) in AfdCleanupSocket()495 ASSERT(IsListEmpty(&FCB->PendingIrpList[FUNCTION_CONNECT])); in AfdCloseSocket()496 ASSERT(IsListEmpty(&FCB->PendingIrpList[FUNCTION_SEND])); in AfdCloseSocket()497 ASSERT(IsListEmpty(&FCB->PendingIrpList[FUNCTION_RECV])); in AfdCloseSocket()498 ASSERT(IsListEmpty(&FCB->PendingIrpList[FUNCTION_PREACCEPT])); in AfdCloseSocket()499 ASSERT(IsListEmpty(&FCB->PendingIrpList[FUNCTION_DISCONNECT])); in AfdCloseSocket()641 while (!IsListEmpty(&FCB->PendingIrpList[FUNCTION_DISCONNECT])) in DisconnectComplete()1277 CurrentEntry = FCB->PendingIrpList[Function].Flink; in AfdCancelHandler()[all …]
347 while( !IsListEmpty( &FCB->PendingIrpList[FUNCTION_CONNECT] ) ) { in StreamSocketConnectComplete()348 NextIrpEntry = RemoveHeadList(&FCB->PendingIrpList[FUNCTION_CONNECT]); in StreamSocketConnectComplete()369 while( !IsListEmpty( &FCB->PendingIrpList[FUNCTION_CONNECT] ) ) { in StreamSocketConnectComplete()370 NextIrpEntry = RemoveHeadList(&FCB->PendingIrpList[FUNCTION_CONNECT]); in StreamSocketConnectComplete()404 if( !IsListEmpty( &FCB->PendingIrpList[FUNCTION_SEND] ) ) { in StreamSocketConnectComplete()405 NextIrpEntry = RemoveHeadList(&FCB->PendingIrpList[FUNCTION_SEND]); in StreamSocketConnectComplete()
109 while( !IsListEmpty( &FCB->PendingIrpList[FUNCTION_PREACCEPT] ) ) { in ListenComplete()110 NextIrpEntry = RemoveHeadList(&FCB->PendingIrpList[FUNCTION_PREACCEPT]); in ListenComplete()176 if( !IsListEmpty( &FCB->PendingIrpList[FUNCTION_PREACCEPT] ) && in ListenComplete()179 RemoveHeadList( &FCB->PendingIrpList[FUNCTION_PREACCEPT] ); in ListenComplete()
65 CurrentEntry = FCB->PendingIrpList[FUNCTION_SEND].Flink; in AfdGetInfo()66 while (CurrentEntry != &FCB->PendingIrpList[FUNCTION_SEND]) in AfdGetInfo()
402 InsertTailList( &FCB->PendingIrpList[Function], in QueueUserModeIrp()
137 PIRP PendingIrpList; member
201 LIST_ENTRY PendingIrpList[MAX_FUNCTIONS]; member