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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A Dpci30.h35 UINT16 ImageLength; member in struct:__anon10204
H A Dpci22.h409 UINT16 ImageLength; member in struct:__anon10193
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPci30.h58 UINT16 ImageLength; member in struct:__anon11718
H A DPci22.h783 UINT16 ImageLength; member in struct:__anon11713
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciOptionRomSupport.c51 UINT32 ImageLength; local
89 ImageSize = Pcir->ImageLength * 512;
96 ImageLength = InitializationSize - EfiRomHeader->EfiImageHeaderOffset;
102 if (Buffer == NULL || *BufferSize < ImageLength) {
103 *BufferSize = ImageLength;
107 *BufferSize = ImageLength;
108 CopyMem (Buffer, ImageBuffer, ImageLength);
122 ImageLength,
144 ImageLength,
483 if (RomImageSize + RomPcir->ImageLength * 51
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DLoadPciRom.c222 UINT32 ImageLength; local
257 ImageSize = Pcir->ImageLength * 512;
273 ImageLength = InitializationSize - ImageOffset;
294 ImageLength,
306 ImageLength,
314 ImageLength = DestinationSize;
337 ImageLength,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DImage.c829 UINTN ImageLength; local
901 ImageLength = sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL) *
903 Image->Bitmap = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) AllocateZeroPool (ImageLength);
959 ImageLength = sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL) * (Width * Height);
960 Image->Bitmap = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) AllocateZeroPool (ImageLength);
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c1669 RomSize = Pcir->ImageLength * 512;
1698 UINT32 ImageLength; local
1736 ImageSize = Pcir->ImageLength * 512;
1752 ImageLength = InitializationSize - ImageOffset;
1772 ImageLength,
1785 ImageLength,
1793 ImageLength = DestinationSize;
1817 ImageLength,
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp1693 ULONG ImageLength; /**< Out: SizeOfImage. */ member in struct:MYSYSTEMGDIDRIVERINFO
1740 Info.ImageLength = 0;
1747 Log(("ImageAddress=%p SectionPointer=%p ImageLength=%#x cbImageBits=%#x rcNt=%#x '%ls'\n",
1748 Info.ImageAddress, Info.SectionPointer, Info.ImageLength, pImage->cbImageBits, rcNt, Info.Name.Buffer));
1750 SUPR0Printf("ImageAddress=%p SectionPointer=%p ImageLength=%#x cbImageBits=%#x rcNt=%#x '%ws'\n",
1751 Info.ImageAddress, Info.SectionPointer, Info.ImageLength, pImage->cbImageBits, rcNt, Info.Name.Buffer);
1753 if (pImage->cbImageBits == Info.ImageLength)
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DPci22.h785 UINT16 ImageLength; member in struct:__anon15518
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtwain.h272 TW_INT32 ImageLength; /* Rows in the image, -1 if unknown by DS */ member in struct:__anon13857
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtwain.h281 TW_INT32 ImageLength; /* Rows in the image, -1 if unknown by DS */ member in struct:__anon1213

Completed in 81 milliseconds