Searched defs:ImageIndex (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DFirmwareManagement.h44 UINT8 ImageIndex; member in struct:__anon12137
67 /// Size of the image in bytes. If size=0, then only ImageIndex and ImageTypeId are valid.
274 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
294 IN UINT8 ImageIndex,
326 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
349 IN UINT8 ImageIndex,
364 @param[in] ImageIndex A unique number identifying the firmware image(s) within the device.
381 IN UINT8 ImageIndex,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c641 ImageIndex, then EFI_NOT_FOUND is returned. All deferred images may be returned by
647 @param[in] ImageIndex Zero-based index of the deferred index.
658 @retval EFI_NOT_FOUND ImageIndex does not refer to a valid image.
667 IN UINTN ImageIndex,
688 if (ImageIndex >= mDeferredImage.Count) {
695 ReqImageInfo = &mDeferredImage.ImageInfo[ImageIndex];
665 GetDefferedImageInfo( IN EFI_DEFERRED_IMAGE_LOAD_PROTOCOL *This, IN UINTN ImageIndex, OUT EFI_DEVICE_PATH_PROTOCOL **ImageDevicePath, OUT VOID **Image, OUT UINTN *ImageSize, OUT BOOLEAN *BootOption ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DLoadPciRom.c207 UINTN ImageIndex; local
226 ImageIndex = 0;
235 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_LOADPCIROM_CORRUPT), gShellDebug1HiiHandle, FileName, ImageIndex);
236 // PrintToken (STRING_TOKEN (STR_LOADPCIROM_IMAGE_CORRUPT), HiiHandle, ImageIndex);
329 UnicodeSPrint (RomFileName, sizeof (RomFileName), L"%s[%d]", FileName, ImageIndex);
341 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_LOADPCIROM_LOAD_FAIL), gShellDebug1HiiHandle, FileName, ImageIndex, Status);
342 // PrintToken (STRING_TOKEN (STR_LOADPCIROM_LOAD_IMAGE_ERROR), HiiHandle, ImageIndex, Status);
346 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_LOADPCIROM_START_FAIL), gShellDebug1HiiHandle, FileName, ImageIndex, Status);
347 // PrintToken (STRING_TOKEN (STR_LOADPCIROM_START_IMAGE), HiiHandle, ImageIndex, Status);
362 ImageIndex
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsConsole.c623 UINTN ImageIndex; local
813 ImageIndex = (UINTN) (Image - ImageHeader);
814 if ((ImageIndex % 4) != 0) {
818 Image = Image + (4 - (ImageIndex % 4));
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c1684 UINTN ImageIndex; local
1708 ImageIndex = 0;
1839 ImageIndex++;

Completed in 40 milliseconds