Searched refs:mBootCount (Results 1 – 1 of 1) sorted by relevance
70 STATIC UINT16 mBootCount = 0; variable223 UnicodeSPrint (BootVariableName, 9 * sizeof(CHAR16), L"Boot%04X", mBootCount); in HiKeyCreateBootEntry()254 BdsLoadOption->LoadOptionIndex = mBootCount; in HiKeyCreateBootEntry()312 BootOrderSize = mBootCount * sizeof (UINT16); in HiKeyCreateBootEntry()314 mBootOrder[mBootCount] = mBootCount; in HiKeyCreateBootEntry()315 mBootCount++; in HiKeyCreateBootEntry()333 if (BootOrderSize == mBootCount) { in HiKeyCreateBootOrder()334 for (Index = 0; Index < mBootCount; Index++) { in HiKeyCreateBootOrder()339 if (Index == mBootCount) { in HiKeyCreateBootOrder()350 mBootCount * sizeof(UINT16), in HiKeyCreateBootOrder()[all …]