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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c926 LIST_ENTRY *ItemIndex; local
961 ItemIndex = OverrideItemListIndex;
966 while (!IsNull (MappingDataBase, ItemIndex)) {
967 OneItemNeededSize = GetOneItemNeededSize (ItemIndex);
983 ItemIndex = GetNextNode (MappingDataBase, ItemIndex);
997 // ItemIndex now points to the next PLATFORM_OVERRIDE_ITEM which is not covered by VariableNeededSize
1010 // ItemIndex points to the next PLATFORM_OVERRIDE_ITEM which is not covered by VariableNeededSize
1012 while (OverrideItemListIndex != ItemIndex){

Completed in 36 milliseconds