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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DVolInfo.c111 OUT UINT32 *FvSize,
166 UINT32 FvSize; local
267 Status = ReadHeader (InputFile, &FvSize, &ErasePolarity);
276 FvImage = malloc (FvSize);
286 BytesRead = fread (FvImage, 1, FvSize, InputFile);
288 if ((unsigned int) BytesRead != FvSize) {
333 UINTN FvSize; local
337 Status = FvBufGetSize (Fv, &FvSize);
587 OUT UINT32 *FvSize,
600 FvSize Th
585 ReadHeader( IN FILE *InputFile, OUT UINT32 *FvSize, OUT BOOLEAN *ErasePolarity ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DReport.py99 FvSize = Info[2]
105 </tr>""" % (FvName, FvGuid, FvSize)
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiPeiCis.h661 UINT64 FvSize; member in struct:__anon12000
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py466 def GenerateVtf(Output, Input, BaseAddress=None, FvSize=None):
472 if BaseAddress not in [None, ''] and FvSize not in [None, ''] \
473 and len(BaseAddress) == len(FvSize):
475 Cmd += ["-r", BaseAddress[I], "-s", FvSize[I]]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgPei/
H A DTcgPei.c323 MeasureFvImage ((EFI_PHYSICAL_ADDRESS) (UINTN) VolumeInfo.FvStart, VolumeInfo.FvSize);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/FwVol/
H A DFwVol.c1432 VolumeInfo->FvSize = FwVolHeader.FvLength;

Completed in 111 milliseconds