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

  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
SystemResourceTable.h 94 /// LastAttemptStatus is updated each time an UpdateCapsule() is attempted for an
97 /// fresh insertion of a removable device, LastAttemptStatus must be set to Success.
99 UINT32 LastAttemptStatus;
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Include/Guid/
EdkiiSystemFmpCapsule.h 120 UINT32 LastAttemptStatus;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
Esrt.h 42 UINT32 LastAttemptStatus;
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
SystemFirmwareDxe.h 46 UINT32 LastAttemptStatus;
130 UINT32 LastAttemptStatus;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeUpdate.h 51 UINT32 LastAttemptStatus;
173 @param[out] LastAttemptStatus The last attempt status, which will be recorded in ESRT and FMP EFI_FIRMWARE_IMAGE_DESCRIPTOR.
193 OUT UINT32 *LastAttemptStatus,
205 @param[out] LastAttemptStatus The last attempt status, which will be recorded in ESRT and FMP EFI_FIRMWARE_IMAGE_DESCRIPTOR.
223 OUT UINT32 *LastAttemptStatus,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareManagement.h 103 UINT32 LastAttemptStatus;
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/
RecoveryModuleLoadPei.c 573 UINT32 LastAttemptStatus;
585 Status = CapsuleAuthenticateSystemFirmware(Image, Length, TRUE, &LastAttemptVersion, &LastAttemptStatus, &AuthenticatedImage, &AuthenticatedImageSize);

Completed in 179 milliseconds