Searched refs:FvSize (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/ |
H A D | VolInfo.c | 111 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 D | Report.py | 99 FvSize = Info[2] 105 </tr>""" % (FvName, FvGuid, FvSize)
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/ |
H A D | PiPeiCis.h | 661 UINT64 FvSize; member in struct:__anon12000
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/ |
H A D | GenFdsGlobalVariable.py | 466 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 D | TcgPei.c | 323 MeasureFvImage ((EFI_PHYSICAL_ADDRESS) (UINTN) VolumeInfo.FvStart, VolumeInfo.FvSize);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/FwVol/ |
H A D | FwVol.c | 1432 VolumeInfo->FvSize = FwVolHeader.FvLength;
|
Completed in 111 milliseconds