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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/PlatformDriOverrideDxe/
H A DPlatDriOverrideLib.c928 UINTN VariableNeededSize; local
960 VariableNeededSize = sizeof (UINT32); // NotEnd;
972 if ((VariableNeededSize +
982 VariableNeededSize += OneItemNeededSize;
987 if (VariableNeededSize == sizeof (UINT32)) {
996 // VariableNeededSize is the most proper variable size, allocate variable buffer
997 // ItemIndex now points to the next PLATFORM_OVERRIDE_ITEM which is not covered by VariableNeededSize
999 VariableBuffer = AllocateZeroPool (VariableNeededSize);
1010 // ItemIndex points to the next PLATFORM_OVERRIDE_ITEM which is not covered by VariableNeededSize
1045 ASSERT (((UINTN)VariableIndex - (UINTN)VariableBuffer) == VariableNeededSize);
[all...]

Completed in 41 milliseconds