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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeDeferImageLoadLib/
H A DDxeDeferImageLoadLib.c493 CHAR16 StrTemp[20]; local
534 UnicodeSPrint (StrTemp, sizeof (StrTemp), L"Boot%04x", Index);
535 OptionBuffer = GetEfiGlobalVariable (StrTemp);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DUpdatePage.c1175 CHAR16 StrTemp[100]; local
1194 UnicodeSPrint (StrTemp, 100, L"Boot%04x", OrderBuffer[Index]);
1196 StrTemp,
H A DBootOption.c1375 CHAR16 StrTemp[20]; local
1385 UnicodeSPrint (StrTemp, sizeof (StrTemp), L"%sOrder", Type);
1388 StrTemp,
1408 UnicodeSPrint (StrTemp, sizeof (StrTemp), L"%s%04x", Type, (UINTN) OptionNumber);
1409 DEBUG((EFI_D_ERROR,"Option = %s\n", StrTemp));
1411 StrTemp,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c146 CHAR16 StrTemp[10]; local
156 UnicodeSPrint (StrTemp, sizeof (StrTemp), L"Boot%04x", Index);
158 UnicodeSPrint (StrTemp, sizeof (StrTemp), L"Driver%04x", Index);
164 StrTemp,

Completed in 54 milliseconds