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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DCapsules.c50 UINT32 CacheIndex; local
58 CacheIndex = 0;
136 CacheIndex = 0;
137 while (CacheIndex < CacheNumber) {
138 if (CompareGuid(&CapsuleGuidCache[CacheIndex],&CapsuleHeader->CapsuleGuid)) {
141 CacheIndex++;
143 if (CacheIndex == CacheNumber) {
158 CacheIndex = 0;
159 while (CacheIndex < CacheNumber) {
164 if (CompareGuid (&CapsuleGuidCache[CacheIndex],
[all...]

Completed in 43 milliseconds