HomeSort by relevance Sort by last modified time
    Searched refs:BootString (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BBSsupport.h 26 @param BootString The output string.
36 OUT CHAR16 *BootString
Variable.c 35 UINT16 BootString[10];
54 BootString,
55 sizeof (BootString),
60 EfiLibDeleteVariable (BootString, &gEfiGlobalVariableGuid);
750 UINT16 BootString[10];
763 UnicodeSPrint (BootString, sizeof (BootString), L"Boot%04x", Index);
769 BootString
859 BootString,
    [all...]
BootOption.c 857 UINT16 BootString[10];
914 UnicodeSPrint (BootString, sizeof (BootString), L"Boot%04x", BootOrderList[Index]);
919 BootString,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
Variable.c 35 UINT16 BootString[10];
54 BootString,
55 sizeof (BootString),
60 EfiLibDeleteVariable (BootString, &gEfiGlobalVariableGuid);
604 UINT16 BootString[10];
621 UnicodeSPrint (BootString, sizeof (BootString), L"Boot%04x", Index);
624 StrCpyS (NvRamMap->BootDescriptionData, sizeof (NvRamMap->BootDescriptionData) / sizeof (NvRamMap->BootDescriptionData[0]), BootString);
BootOption.c 249 UINT16 BootString[10];
305 UnicodeSPrint (BootString, sizeof (BootString), L"Boot%04x", BootOrderList[Index]);
309 GetEfiGlobalVariable2 (BootString, (VOID **) &LoadOptionFromVar, &BootOptionSize);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/
LegacyBm.c 91 @param BootString The output string.
99 OUT CHAR16 *BootString
197 UnicodeSPrint (BootString, BufSize, Fmt, Type, Index - 5);
199 UnicodeSPrint (BootString, BufSize, Fmt, Type);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c 143 @param BootString The output string.
151 OUT CHAR16 *BootString
246 UnicodeSPrint (BootString, BufSize, Fmt, Type, Index - 5);
248 UnicodeSPrint (BootString, BufSize, Fmt, Type);
284 UINT16 BootString[10];
322 BootString,
323 sizeof (BootString),
404 BootString,
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c 145 @param BootString The output string.
153 OUT CHAR16 *BootString
248 UnicodeSPrint (BootString, BufSize, Fmt, Type, Index - 5);
250 UnicodeSPrint (BootString, BufSize, Fmt, Type);
286 UINT16 BootString[10];
324 BootString,
325 sizeof (BootString),
406 BootString,
    [all...]

Completed in 1467 milliseconds