OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bootvariablename
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsLoadOption.c
73
IN CHAR16*
BootVariableName
,
81
Status = GetGlobalEnvironmentVariable (
BootVariableName
, NULL, &EfiLoadOptionSize, (VOID**)&EfiLoadOption);
96
CHAR16
BootVariableName
[9];
99
UnicodeSPrint (
BootVariableName
, 9 * sizeof(CHAR16), L"Boot%04X", LoadOptionIndex);
101
Status = BootOptionFromLoadOptionVariable (
BootVariableName
, BdsLoadOption);
121
CHAR16
BootVariableName
[9];
196
UnicodeSPrint (
BootVariableName
, 9 * sizeof(CHAR16), L"Boot%04X", BdsLoadOption->LoadOptionIndex);
198
BootVariableName
,
228
DEBUG((EFI_D_ERROR,"Create %s\n",
BootVariableName
));
235
DEBUG((EFI_D_ERROR,"Update %s\n",
BootVariableName
));
[
all
...]
/device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
BootOption.c
172
CHAR16
BootVariableName
[9];
191
UnicodeSPrint (
BootVariableName
, 9 * sizeof(CHAR16), L"Boot%04X", BootOption->LoadOptionIndex);
193
BootVariableName
,
242
CHAR16
BootVariableName
[9];
248
UnicodeSPrint (
BootVariableName
, 9 * sizeof(CHAR16), L"Boot%04X", BdsLoadOption->LoadOptionIndex);
251
BootVariableName
,
270
CHAR16
BootVariableName
[9];
304
UnicodeSPrint (
BootVariableName
, 9 * sizeof(CHAR16), L"Boot%04X", BootOption->LoadOptionIndex);
306
BootVariableName
,
Bds.c
338
CHAR16
BootVariableName
[9];
382
UnicodeSPrint (
BootVariableName
, 9 * sizeof(CHAR16), L"Boot%04X", BootOrder[Index]);
383
Status = BdsStartBootOption (
BootVariableName
);
445
CHAR16
BootVariableName
[9];
492
UnicodeSPrint (
BootVariableName
, 9 * sizeof(CHAR16), L"Boot%04X", *BootNext);
502
Status = BdsStartBootOption (
BootVariableName
);
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/
InstallBootMenu.c
126
IN CHAR16 *
BootVariableName
,
141
Status = GetGlobalEnvironmentVariable (
BootVariableName
, NULL, &EfiLoadOptionSize, (VOID**)&EfiLoadOption);
212
CHAR16
BootVariableName
[9];
223
UnicodeSPrint (
BootVariableName
, 9 * sizeof(CHAR16), L"Boot%04X", mBootCount);
224
if (HiKeyVerifyBootEntry (
BootVariableName
, DevicePathText, BootArgs, BootDescription, LoadOption) == TRUE) {
300
BootVariableName
,
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
ArmJunoDxe.c
96
* @param
BootVariableName
Name of the UEFI Variable
109
IN CHAR16
BootVariableName
[9],
155
BootVariableName
,
/device/linaro/bootloader/edk2/ArmPkg/Include/Library/
BdsLib.h
126
IN CHAR16*
BootVariableName
,
Completed in 516 milliseconds