Home
last modified time | relevance | path

Searched refs:NumberRecoveryCapsules (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/FatPkg/FatPei/
DFatLiteApi.c357 OUT UINTN *NumberRecoveryCapsules in GetNumberRecoveryCapsules() argument
381 *NumberRecoveryCapsules = RecoveryCapsuleCount; in GetNumberRecoveryCapsules()
383 if (*NumberRecoveryCapsules == 0) { in GetNumberRecoveryCapsules()
432 UINTN NumberRecoveryCapsules; in GetRecoveryCapsuleInfo() local
434 Status = GetNumberRecoveryCapsules (PeiServices, This, &NumberRecoveryCapsules); in GetRecoveryCapsuleInfo()
444 if ((CapsuleInstance == 0) || (CapsuleInstance > NumberRecoveryCapsules)) { in GetRecoveryCapsuleInfo()
556 UINTN NumberRecoveryCapsules; in LoadRecoveryCapsule() local
558 Status = GetNumberRecoveryCapsules (PeiServices, This, &NumberRecoveryCapsules); in LoadRecoveryCapsule()
568 if ((CapsuleInstance == 0) || (CapsuleInstance > NumberRecoveryCapsules)) { in LoadRecoveryCapsule()
DFatLitePeim.h241 OUT UINTN *NumberRecoveryCapsules
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/
DPeiCdExpress.c535 OUT UINTN *NumberRecoveryCapsules in GetNumberRecoveryCapsules() argument
543 *NumberRecoveryCapsules = PrivateData->CapsuleCount; in GetNumberRecoveryCapsules()
545 if (*NumberRecoveryCapsules == 0) { in GetNumberRecoveryCapsules()
588 UINTN NumberRecoveryCapsules; in GetRecoveryCapsuleInfo() local
591 Status = GetNumberRecoveryCapsules (PeiServices, This, &NumberRecoveryCapsules); in GetRecoveryCapsuleInfo()
601 if ((CapsuleInstance == 0) || (CapsuleInstance > NumberRecoveryCapsules)) { in GetRecoveryCapsuleInfo()
649 UINTN NumberRecoveryCapsules; in LoadRecoveryCapsule() local
651 Status = GetNumberRecoveryCapsules (PeiServices, This, &NumberRecoveryCapsules); in LoadRecoveryCapsule()
661 if ((CapsuleInstance == 0) || (CapsuleInstance > NumberRecoveryCapsules)) { in LoadRecoveryCapsule()
DPeiCdExpress.h171 OUT UINTN *NumberRecoveryCapsules
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
DRecovery.c130 UINTN NumberRecoveryCapsules; in PlatformRecoveryModule()
210 &NumberRecoveryCapsules in PlatformRecoveryModule()
213 … DEBUG ((EFI_D_INFO | EFI_D_LOAD, "Number Of Recovery Capsules: %d\n", NumberRecoveryCapsules)); in PlatformRecoveryModule()
215 if (NumberRecoveryCapsules == 0) { in PlatformRecoveryModule()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/Generic/
DRecovery.c137 UINTN NumberRecoveryCapsules; in PlatformRecoveryModule() local
181 &NumberRecoveryCapsules in PlatformRecoveryModule()
184 … DEBUG ((EFI_D_INFO | EFI_D_LOAD, "Number Of Recovery Capsules: %d\n", NumberRecoveryCapsules)); in PlatformRecoveryModule()
186 if (NumberRecoveryCapsules == 0) { in PlatformRecoveryModule()
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
DDeviceRecoveryModule.h66 OUT UINTN *NumberRecoveryCapsules
/device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/RecoveryModuleLoadPei/
DRecoveryModuleLoadPei.c740 UINTN NumberRecoveryCapsules; in LoadRecoveryCapsule() local
760 NumberRecoveryCapsules = 0; in LoadRecoveryCapsule()
764 &NumberRecoveryCapsules in LoadRecoveryCapsule()
766 …R, "LoadRecoveryCapsule - GetNumberRecoveryCapsules (%d) - %r\n", NumberRecoveryCapsules, Status)); in LoadRecoveryCapsule()
770 for (CapsuleInstance = 1; CapsuleInstance <= NumberRecoveryCapsules; CapsuleInstance++) { in LoadRecoveryCapsule()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/DeviceRecoveryModule/
DDeviceRecoveryModule.h38 OUT UINTN *NumberRecoveryCapsules