Home
last modified time | relevance | path

Searched refs:BootIndex (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
DBdsLoadOption.c248 UINT32 BootIndex; in BootOptionAllocateBootIndex() local
256 for (BootIndex = 0; BootIndex <= 0xFFFF; BootIndex++) { in BootOptionAllocateBootIndex()
259 if (BootOrder[Index] == BootIndex) { in BootOptionAllocateBootIndex()
265 return BootIndex; in BootOptionAllocateBootIndex()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c181 UINT16 BootIndex in GetBootOptionCrc() argument
195 UnicodeSPrint(VariableName, sizeof(VariableName), L"%Boot%04x", BootIndex); in GetBootOptionCrc()