OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BootIndex
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsLoadOption.c
132
// BootOption->LoadOptionSize must be zero then we get a new
BootIndex
for this entry
248
UINT32
BootIndex
;
256
for (
BootIndex
= 0;
BootIndex
<= 0xFFFF;
BootIndex
++) {
259
if (BootOrder[Index] ==
BootIndex
) {
265
return
BootIndex
;
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
UefiShellBcfgCommandLib.c
172
@param[in]
BootIndex
The boot option index to CRC.
181
UINT16
BootIndex
195
UnicodeSPrint(VariableName, sizeof(VariableName), L"%Boot%04x",
BootIndex
);
[
all
...]
Completed in 914 milliseconds