Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/
DPeiCdExpress.c522 OUT UINTN *NumberRecoveryCapsules in GetNumberRecoveryCapsules() argument
530 *NumberRecoveryCapsules = PrivateData->CapsuleCount; in GetNumberRecoveryCapsules()
532 if (*NumberRecoveryCapsules == 0) { in GetNumberRecoveryCapsules()
575 UINTN NumberRecoveryCapsules; in GetRecoveryCapsuleInfo() local
578 Status = GetNumberRecoveryCapsules (PeiServices, This, &NumberRecoveryCapsules); in GetRecoveryCapsuleInfo()
588 if ((CapsuleInstance == 0) || (CapsuleInstance > NumberRecoveryCapsules)) { in GetRecoveryCapsuleInfo()
636 UINTN NumberRecoveryCapsules; in LoadRecoveryCapsule() local
638 Status = GetNumberRecoveryCapsules (PeiServices, This, &NumberRecoveryCapsules); in LoadRecoveryCapsule()
648 if ((CapsuleInstance == 0) || (CapsuleInstance > NumberRecoveryCapsules)) { in LoadRecoveryCapsule()
DPeiCdExpress.h175 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
186 &NumberRecoveryCapsules in PlatformRecoveryModule()
189 … DEBUG ((EFI_D_INFO | EFI_D_LOAD, "Number Of Recovery Capsules: %d\n", NumberRecoveryCapsules)); in PlatformRecoveryModule()
191 if (NumberRecoveryCapsules == 0) { in PlatformRecoveryModule()
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
DDeviceRecoveryModule.h66 OUT UINTN *NumberRecoveryCapsules
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/DeviceRecoveryModule/
DDeviceRecoveryModule.h38 OUT UINTN *NumberRecoveryCapsules