HomeSort by relevance Sort by last modified time
    Searched refs:ImageIndex (Results 1 - 25 of 39) sorted by null

1 2

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DeferredImageLoad.h 37 consecutively, starting with 0. If there is no image which corresponds to ImageIndex, then
45 @param[in] ImageIndex Zero-based index of the deferred index.
56 @retval EFI_NOT_FOUND ImageIndex does not refer to a valid image.
64 IN UINTN ImageIndex,
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/MdeModulePkg/Universal/SecurityStubDxe/
Defer3rdPartyImageLoad.h 37 ImageIndex, then EFI_NOT_FOUND is returned. All deferred images may be returned by
43 @param[in] ImageIndex Zero-based index of the deferred index.
54 @retval EFI_NOT_FOUND ImageIndex does not refer to a valid image.
63 IN UINTN ImageIndex,
Defer3rdPartyImageLoad.c 165 ImageIndex, then EFI_NOT_FOUND is returned. All deferred images may be returned by
171 @param[in] ImageIndex Zero-based index of the deferred index.
182 @retval EFI_NOT_FOUND ImageIndex does not refer to a valid image.
191 IN UINTN ImageIndex,
212 if (ImageIndex == 0) {
228 if (ImageIndex >= mDeferred3rdPartyImage.Count) {
235 *ImageDevicePath = mDeferred3rdPartyImage.ImageInfo[ImageIndex].ImageDevicePath;
236 *BootOption = mDeferred3rdPartyImage.ImageInfo[ImageIndex].BootOption;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Include/
Platform.h 122 UINT8 ImageIndex;
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Guid/
EdkiiSystemFmpCapsule.h 106 UINT8 ImageIndex;
  /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,
SystemFirmwareReportDxe.c 132 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
155 IN UINT8 ImageIndex,
175 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) {
214 return SystemFmp->SetImage(SystemFmp, ImageIndex, Image, ImageSize, VendorCode, Progress, AbortReason);
SystemFirmwareCommonDxe.c 112 ImageInfo->ImageIndex = ImageDescriptor->ImageIndex;
156 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
176 IN UINT8 ImageIndex,
191 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
208 IN UINT8 ImageIndex,
SystemFirmwareUpdateDxe.c 399 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
422 IN UINT8 ImageIndex,
441 if (ImageIndex == 0 || ImageIndex > SystemFmpPrivate->DescriptorCount) {
  /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/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeFmp.c 151 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
171 IN UINT8 ImageIndex,
185 if (ImageIndex == 0 || ImageIndex > MicrocodeFmpPrivate->DescriptorCount || ImageSize == NULL || Image == NULL) {
189 MicrocodeInfo = &MicrocodeFmpPrivate->MicrocodeInfo[ImageIndex - 1];
228 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
251 IN UINT8 ImageIndex,
270 if (ImageIndex == 0 || ImageIndex > MicrocodeFmpPrivate->DescriptorCount || Image == NULL) {
300 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
    [all...]
MicrocodeUpdate.h 295 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
315 IN UINT8 ImageIndex,
347 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
370 IN UINT8 ImageIndex,
385 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
402 IN UINT8 ImageIndex,
  /device/linaro/bootloader/edk2/SecurityPkg/Library/DxeDeferImageLoadLib/
DxeDeferImageLoadLib.h 72 ImageIndex, then EFI_NOT_FOUND is returned. All deferred images may be returned by
78 @param[in] ImageIndex Zero-based index of the deferred index.
89 @retval EFI_NOT_FOUND ImageIndex does not refer to a valid image.
98 IN UINTN ImageIndex,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
CapsuleData.py 180 self.ImageIndex = None
216 int(self.ImageIndex, 16),
  /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/Library/UefiBootManagerLib/
BmMisc.c 438 UINTN ImageIndex;
473 for (ImageIndex = 0; ;ImageIndex++) {
479 ImageIndex,
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformHelperLib/
PlatformHelperPei.c 149 switch ((UINT8)Edk2ImageHeader->ImageIndex & QUARK_STAGE1_IMAGE_TYPE_MASK) {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
DxeCapsuleLib.c 326 ImageHeader->UpdateImageIndex == TempFmpImageInfo->ImageIndex) {
331 TempFmpImageInfo->ImageIndex, // ImageIndex
341 TempFmpImageInfo->ImageIndex, // 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/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/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.
  /external/giflib/
gif_lib.h 276 int ImageIndex,
280 int ImageIndex);

Completed in 472 milliseconds

1 2