Home
last modified time | relevance | path

Searched refs:SecondEntry (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
DLinkedList.c396 IN OUT LIST_ENTRY *SecondEntry in GlueSwapListEntries() argument
401 if (FirstEntry == SecondEntry) { in GlueSwapListEntries()
402 return SecondEntry; in GlueSwapListEntries()
408 ASSERT (IsNodeInList (FirstEntry, SecondEntry)); in GlueSwapListEntries()
419 if (Ptr->BackLink == SecondEntry) { in GlueSwapListEntries()
420 return InsertTailList (SecondEntry, FirstEntry); in GlueSwapListEntries()
427 if (Ptr == InsertHeadList (SecondEntry, FirstEntry)) { in GlueSwapListEntries()
434 RemoveEntryList (SecondEntry); in GlueSwapListEntries()
435 InsertTailList (Ptr, SecondEntry); in GlueSwapListEntries()
436 return SecondEntry; in GlueSwapListEntries()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DLinkedList.c475 IN OUT LIST_ENTRY *SecondEntry in SwapListEntries() argument
480 if (FirstEntry == SecondEntry) { in SwapListEntries()
481 return SecondEntry; in SwapListEntries()
487 ASSERT (InternalBaseLibIsNodeInList (FirstEntry, SecondEntry, TRUE)); in SwapListEntries()
498 if (Ptr->BackLink == SecondEntry) { in SwapListEntries()
499 return InsertTailList (SecondEntry, FirstEntry); in SwapListEntries()
506 if (Ptr == InsertHeadList (SecondEntry, FirstEntry)) { in SwapListEntries()
513 RemoveEntryList (SecondEntry); in SwapListEntries()
514 InsertTailList (Ptr, SecondEntry); in SwapListEntries()
515 return SecondEntry; in SwapListEntries()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueBaseLib.h1545 IN LIST_ENTRY *SecondEntry
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DBaseLib.h2092 IN OUT LIST_ENTRY *SecondEntry