Searched refs:pListRoot (Results 1 – 1 of 1) sorted by relevance
927 static void FreeDescriptorsFromList(PARANDIS_ADAPTER *pContext, PLIST_ENTRY pListRoot, PNDIS_SPIN_L… in FreeDescriptorsFromList() argument933 while(!IsListEmpty(pListRoot)) in FreeDescriptorsFromList()935 pBufferDescriptor = (pIONetDescriptor)RemoveHeadList(pListRoot); in FreeDescriptorsFromList()