Searched defs:NumberRecoveryCapsules (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/Generic/
H A DRecovery.c137 UINTN NumberRecoveryCapsules; local
186 &NumberRecoveryCapsules
189 DEBUG ((EFI_D_INFO | EFI_D_LOAD, "Number Of Recovery Capsules: %d\n", NumberRecoveryCapsules));
191 if (NumberRecoveryCapsules == 0) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/
H A DPeiCdExpress.c506 @param[out] NumberRecoveryCapsules Pointer to a caller-allocated UINTN. On
507 output, *NumberRecoveryCapsules contains
522 OUT UINTN *NumberRecoveryCapsules
530 *NumberRecoveryCapsules = PrivateData->CapsuleCount;
532 if (*NumberRecoveryCapsules == 0) {
550 in NumberRecoveryCapsules.
575 UINTN NumberRecoveryCapsules; local
578 Status = GetNumberRecoveryCapsules (PeiServices, This, &NumberRecoveryCapsules);
588 if ((CapsuleInstance == 0) || (CapsuleInstance > NumberRecoveryCapsules)) {
636 UINTN NumberRecoveryCapsules; local
[all...]
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
H A DRecovery.c130 UINTN NumberRecoveryCapsules;
210 &NumberRecoveryCapsules
213 DEBUG ((EFI_D_INFO | EFI_D_LOAD, "Number Of Recovery Capsules: %d\n", NumberRecoveryCapsules));
215 if (NumberRecoveryCapsules == 0) {
121 UINTN NumberRecoveryCapsules; local

Completed in 786 milliseconds