Searched defs:StartEntry (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpImpl.c566 @param[in] StartEntry Pointer to the start entry this search begins with
578 IN LIST_ENTRY *StartEntry,
587 if (StartEntry == NULL) {
589 // Start from the beginning of the table if no StartEntry is specified.
591 StartEntry = CacheTable;
594 for (Entry = StartEntry->ForwardLink; Entry != CacheTable; Entry = Entry->ForwardLink) {
1451 LIST_ENTRY *StartEntry; local
1484 StartEntry = NULL;
1491 StartEntry,
1515 StartEntry
576 ArpFindNextCacheEntryInTable( IN LIST_ENTRY *CacheTable, IN LIST_ENTRY *StartEntry, IN FIND_OPTYPE FindOpType, IN NET_ARP_ADDRESS *ProtocolAddress OPTIONAL, IN NET_ARP_ADDRESS *HardwareAddress OPTIONAL ) argument
[all...]

Completed in 51 milliseconds