HomeSort by relevance Sort by last modified time
    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 170 @param[in] BootIndex The boot option index to CRC.
178 UINT16 BootIndex
192 UnicodeSPrint(VariableName, sizeof(VariableName), L"%Boot%04x", BootIndex);
    [all...]

Completed in 138 milliseconds