Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/FatPkg/FatPei/
DFatLiteApi.c363 UINTN RecoveryCapsuleCount; in GetNumberRecoveryCapsules() local
371 RecoveryCapsuleCount = 0; in GetNumberRecoveryCapsules()
378 RecoveryCapsuleCount++; in GetNumberRecoveryCapsules()
381 *NumberRecoveryCapsules = RecoveryCapsuleCount; in GetNumberRecoveryCapsules()
430 UINTN RecoveryCapsuleCount; in GetRecoveryCapsuleInfo() local
453 RecoveryCapsuleCount = 0; in GetRecoveryCapsuleInfo()
461 if (CapsuleInstance - 1 == RecoveryCapsuleCount) { in GetRecoveryCapsuleInfo()
516 RecoveryCapsuleCount++; in GetRecoveryCapsuleInfo()
554 UINTN RecoveryCapsuleCount; in LoadRecoveryCapsule() local
577 RecoveryCapsuleCount = 0; in LoadRecoveryCapsule()
[all …]