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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c207 UINT16 *TempOptionPtr; local
235 TempOptionPtr = BdsLibGetVariableAndSize (
245 // TempOptionPtr must not be NULL if we have non-zero TempOptionSize.
247 ASSERT (TempOptionPtr != NULL);
250 UnicodeSPrint (OptionName, sizeof (OptionName), L"Boot%04x", TempOptionPtr[Index]);
252 UnicodeSPrint (OptionName, sizeof (OptionName), L"Driver%04x", TempOptionPtr[Index]);
288 FreePool (TempOptionPtr);
321 // In this case, we must have non-NULL TempOptionPtr.
323 ASSERT (TempOptionPtr != NULL);
324 RegisterOptionNumber = TempOptionPtr[Inde
[all...]

Completed in 56 milliseconds