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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolWrite.c675 UINTN RemainingLength; local
680 RemainingLength = CalculateRemainingLength (FvDevice, Offset, &Lba, &LOffset);
681 if ((UINTN) (*NumBytes) > RemainingLength) {
682 *NumBytes = (UINTN) RemainingLength;
700 RemainingLength = *NumBytes;
701 WriteLength = RemainingLength;
720 RemainingLength -= WriteLength;
721 WriteLength = (UINTN) RemainingLength;

Completed in 437 milliseconds