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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DLinkedList.c449 If FirstEntry is identical to SecondEntry, then SecondEntry is returned.
450 Otherwise, the location of the FirstEntry node is swapped with the location
452 same double linked list as FirstEntry and that double linked list must have
456 If FirstEntry is NULL, then ASSERT().
458 If PcdVerifyNodeInList is TRUE and SecondEntry and FirstEntry are not in the
461 linked list containing the FirstEntry and SecondEntry nodes, including
462 the FirstEntry and SecondEntry nodes, is greater than or equal to
465 @param FirstEntry A pointer to a node in a linked list.
474 IN OUT LIST_ENTRY *FirstEntry,
480 if (FirstEntry
473 SwapListEntries( IN OUT LIST_ENTRY *FirstEntry, IN OUT LIST_ENTRY *SecondEntry ) argument
[all...]

Completed in 676 milliseconds