/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/ |
H A D | pci30.h | 35 UINT16 ImageLength; member in struct:__anon10204
|
H A D | pci22.h | 409 UINT16 ImageLength; member in struct:__anon10193
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/ |
H A D | Pci30.h | 58 UINT16 ImageLength; member in struct:__anon11718
|
H A D | Pci22.h | 783 UINT16 ImageLength; member in struct:__anon11713
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/ |
H A D | PciOptionRomSupport.c | 51 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 D | LoadPciRom.c | 222 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/OvmfPkg/Library/PlatformBdsLib/ |
H A D | BdsPlatform.c | 1669 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/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/ |
H A D | EfiRom.c | 339 PciDs23->ImageLength = (UINT16) (TotalSize / 512); 341 PciDs30->ImageLength = (UINT16) (TotalSize / 512); 613 PciDs23.ImageLength = RomHdr.InitializationSize; 629 PciDs30.ImageLength = RomHdr.InitializationSize; 1355 fprintf (stdout, " Image size 0x%X\n", (unsigned) PciDs23.ImageLength * 512); 1377 fprintf (stdout, " Image size 0x%X\n", (unsigned) PciDs30.ImageLength * 512); 1470 if (fseek (InFptr, ImageStart + (PciDs23.ImageLength * 512), SEEK_SET)) { 1475 if (fseek (InFptr, ImageStart + (PciDs30.ImageLength * 512), SEEK_SET)) {
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/ |
H A D | Image.c | 829 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/PC/ipxe/src/util/ |
H A D | efirom.c | 149 headers->pci.ImageLength = ( rom_size / 512 );
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
H A D | LegacyPci.c | 321 if ((UINTN)(RomHeader.Raw - (UINT8 *) *Rom) + Pcir->ImageLength * 512 > *ImageSize) { 391 RomHeader.Raw += 512 * Pcir->ImageLength; 407 *ImageSize = Pcir->ImageLength * 512; 2903 ImageSize = Pcir->ImageLength * 512;
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/IndustryStandard/ |
H A D | Pci22.h | 785 UINT16 ImageLength; member in struct:__anon15518
|
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPDrv-win.cpp | 1693 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/Graphics/shaderlib/wine/include/ |
H A D | twain.h | 272 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 D | twain.h | 281 TW_INT32 ImageLength; /* Rows in the image, -1 if unknown by DS */ member in struct:__anon1213
|