Lines Matching refs:CapsuleCount
66 IN UINTN CapsuleCount,
78 CapsuleCount The number of capsule
87 EFI_INVALID_PARAMETER CapsuleCount is less than 1,CapsuleGuid is not supported.
99 if ((CapsuleCount < 1) || (CapsuleCount > MAX_SUPPORT_CAPSULE_NUM)){
110 for (ArrayNumber = 0; ArrayNumber < CapsuleCount; ArrayNumber++) {
162 for (ArrayNumber = 0; ArrayNumber < CapsuleCount ; ArrayNumber++) {
195 IN UINTN CapsuleCount,
208 CapsuleCount The number of capsule
217 EFI_INVALID_PARAMETER MaxiumCapsuleSize is NULL,ResetType is NULL.CapsuleCount is less than 1,CapsuleGuid is not supported.
228 if ((CapsuleCount < 1) || (CapsuleCount > MAX_SUPPORT_CAPSULE_NUM)){
242 for (ArrayNumber = 0; ArrayNumber < CapsuleCount; ArrayNumber++) {