Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c318 UINTN TargetLocation; in BcfgAdd() local
347 TargetLocation = 0xFFFF; in BcfgAdd()
492 for (TargetLocation=0; TargetLocation < 0xFFFF; TargetLocation++) { in BcfgAdd()
495 if (CurrentOrder[Index] == TargetLocation) { in BcfgAdd()
506 if (TargetLocation == 0xFFFF) { in BcfgAdd()
509 …ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_BCFG_TARGET), gShellBcfgHiiHandle, TargetLocation); in BcfgAdd()
534 …tr, sizeof(OptionStr), L"%s%04x", Target == BcfgTargetBootOrder?L"Boot":L"Driver", TargetLocation); in BcfgAdd()
562 NewOrder[Position] = (UINT16) TargetLocation; in BcfgAdd()