Searched refs:FoundCount (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpImpl.c1454 UINT32 FoundCount; local
1568 FoundCount = (UINT32) NetMapGetCount (&FoundEntries);
1569 if (FoundCount == 0) {
1588 *EntryCount = FoundCount;
1598 FindData = AllocatePool (FoundCount * FoundEntryLength);

Completed in 85 milliseconds