HomeSort by relevance Sort by last modified time
    Searched defs:ImageIndex (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BmpImageDecoderLib/
BmpImageDecoderLib.c 62 UINTN ImageIndex;
241 ImageIndex = (UINTN) (Image - ImageHeader);
242 if ((ImageIndex % 4) != 0) {
246 Image = Image + (4 - (ImageIndex % 4));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Graphics.c 164 UINTN ImageIndex;
339 ImageIndex = (UINTN) (Image - ImageHeader);
340 if ((ImageIndex % 4) != 0) {
344 Image = Image + (4 - (ImageIndex % 4));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Graphics.c 165 UINTN ImageIndex;
340 ImageIndex = (UINTN) (Image - ImageHeader);
341 if ((ImageIndex % 4) != 0) {
345 Image = Image + (4 - (ImageIndex % 4));
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Include/
Platform.h 122 UINT8 ImageIndex;
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciRomTable.c 120 UINTN ImageIndex;
147 ImageIndex = 0;
250 HexToString (&FileName[48], ImageIndex, 4);
287 ImageIndex++;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareManagement.h 45 UINT8 ImageIndex;
68 /// Size of the image in bytes. If size=0, then only ImageIndex and ImageTypeId are valid.
108 /// ImageIndex. For FMP instances that have multiple descriptors for a single
320 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
340 IN UINT8 ImageIndex,
372 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
395 IN UINT8 ImageIndex,
410 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
427 IN UINT8 ImageIndex,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
LoadPciRom.c 208 UINTN ImageIndex;
227 ImageIndex = 0;
236 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_LOADPCIROM_CORRUPT), gShellDebug1HiiHandle, L"loadpcirom", FileName, ImageIndex);
237 // PrintToken (STRING_TOKEN (STR_LOADPCIROM_IMAGE_CORRUPT), HiiHandle, ImageIndex);
330 UnicodeSPrint (RomFileName, sizeof (RomFileName), L"%s[%d]", FileName, ImageIndex);
342 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_LOADPCIROM_LOAD_FAIL), gShellDebug1HiiHandle, L"loadpcirom", FileName, ImageIndex);
343 // PrintToken (STRING_TOKEN (STR_LOADPCIROM_LOAD_IMAGE_ERROR), HiiHandle, ImageIndex, Status);
347 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_LOADPCIROM_START_FAIL), gShellDebug1HiiHandle, L"loadpcirom", FileName, ImageIndex);
348 // PrintToken (STRING_TOKEN (STR_LOADPCIROM_START_IMAGE), HiiHandle, ImageIndex, Status);
363 ImageIndex++;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 684 UINTN ImageIndex;
876 ImageIndex = (UINTN) (Image - ImageHeader);
877 if ((ImageIndex % 4) != 0) {
881 Image = Image + (4 - (ImageIndex % 4));
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 684 UINTN ImageIndex;
877 ImageIndex = (UINTN) (Image - ImageHeader);
878 if ((ImageIndex % 4) != 0) {
882 Image = Image + (4 - (ImageIndex % 4));
    [all...]

Completed in 1499 milliseconds