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

  /device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Guid/
EdkiiSystemFmpCapsule.h 106 UINT8 ImageIndex;
  /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/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.h 168 UINT8 ImageIndex;
191 /// Size of the image in bytes. If size=0, then only ImageIndex and ImageTypeId are valid.
223 UINT8 ImageIndex;
246 /// Size of the image in bytes. If size=0, then only ImageIndex and ImageTypeId are valid.
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
LoadPciRom.c 209 UINTN ImageIndex;
228 ImageIndex = 0;
237 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_LOADPCIROM_CORRUPT), gShellDebug1HiiHandle, L"loadpcirom", FileName, ImageIndex);
238 // PrintToken (STRING_TOKEN (STR_LOADPCIROM_IMAGE_CORRUPT), HiiHandle, ImageIndex);
331 UnicodeSPrint (RomFileName, sizeof (RomFileName), L"%s[%d]", FileName, ImageIndex);
343 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_LOADPCIROM_LOAD_FAIL), gShellDebug1HiiHandle, L"loadpcirom", FileName, ImageIndex);
344 // PrintToken (STRING_TOKEN (STR_LOADPCIROM_LOAD_IMAGE_ERROR), HiiHandle, ImageIndex, Status);
348 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_LOADPCIROM_START_FAIL), gShellDebug1HiiHandle, L"loadpcirom", FileName, ImageIndex);
349 // PrintToken (STRING_TOKEN (STR_LOADPCIROM_START_IMAGE), HiiHandle, ImageIndex, Status);
364 ImageIndex++;
    [all...]
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
SystemFirmwareDxe.h 126 UINT8 ImageIndex;
193 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
213 IN UINT8 ImageIndex,
245 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
268 IN UINT8 ImageIndex,
283 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
300 IN UINT8 ImageIndex,
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
QuietBoot.c 64 UINTN ImageIndex;
256 ImageIndex = (UINTN) (Image - ImageHeader);
257 if ((ImageIndex % 4) != 0) {
261 Image = Image + (4 - (ImageIndex % 4));
  /device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
QuietBoot.c 64 UINTN ImageIndex;
256 ImageIndex = (UINTN) (Image - ImageHeader);
257 if ((ImageIndex % 4) != 0) {
261 Image = Image + (4 - (ImageIndex % 4));
  /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/MdeModulePkg/Application/CapsuleApp/
CapsuleApp.c 93 @param[in] ImageIndex The ImageIndex of the FMP image.
100 IN UINTN ImageIndex,
781 UINTN ImageIndex;
790 ImageIndex = StrDecimalToUintn(Argv[4]);
792 DumpFmpImage(&ImageTypeId, ImageIndex, Argv[6]);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmMisc.c 438 UINTN ImageIndex;
473 for (ImageIndex = 0; ;ImageIndex++) {
479 ImageIndex,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/
BdsEntry.c 109 UINTN ImageIndex;
138 for (ImageIndex = 0; ; ImageIndex++) {
144 ImageIndex,
    [all...]
  /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/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...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DxeCapsuleLib.c 349 UINTN ImageIndex;
550 ImageIndex = (UINTN) (Image - ImageHeader);
551 if ((ImageIndex % 4) != 0) {
555 Image = Image + (4 - (ImageIndex % 4));
685 DEBUG((DEBUG_VERBOSE, " ImageIndex - 0x%x\n", CurrentImageInfo->ImageIndex));
    [all...]

Completed in 624 milliseconds