/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/ |
Variable.c | 35 UINT16 BootString[10];
54 BootString,
55 sizeof (BootString),
60 EfiLibDeleteVariable (BootString, &gEfiGlobalVariableGuid);
702 UINT16 BootString[10];
717 UnicodeSPrint (BootString, sizeof (BootString), L"Boot%04x", Index);
720 StrCpyS (NvRamMap->BootDescriptionData, sizeof (NvRamMap->BootDescriptionData) / sizeof (NvRamMap->BootDescriptionData[0]), BootString);
800 BootString,
[all...] |
BootOption.c | 250 UINT16 BootString[10];
307 UnicodeSPrint (BootString, sizeof (BootString), L"Boot%04x", BootOrderList[Index]);
311 GetEfiGlobalVariable2 (BootString, (VOID **) &LoadOptionFromVar, &BootOptionSize);
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/ |
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/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...] |