Home | History | Annotate | Download | only in BdsDxe

Lines Matching refs:CapsuleGuid

123   // point to an array of capsules that contains the same CapsuleGuid value. And agents

128 // array for later sorting capsules by CapsuleGuid.
134 // For each capsule, we compare it with known CapsuleGuid in the CacheArray.
140 if (CompareGuid(&CapsuleGuidCache[CacheIndex],&CapsuleHeader->CapsuleGuid)) {
146 CopyMem(&CapsuleGuidCache[CacheNumber++],&CapsuleHeader->CapsuleGuid,sizeof(EFI_GUID));
152 // Secondly, for each unique CapsuleGuid in CacheArray, gather all coalesced capsules
155 // CapsuleGuid, and UINT32 represents the size of the array of capsules. Then install
166 if (CompareGuid (&CapsuleGuidCache[CacheIndex], &CapsuleHeader->CapsuleGuid)) {
168 // Cache Caspuleheader to the array, this array is uniqued with certain CapsuleGuid.
188 // recognized by platform with CapsuleGuid. For general platform driver, UpdateFlash
198 if (CompareGuid (&gEfiFmpCapsuleGuid, &CapsuleHeader->CapsuleGuid)){