Searched refs:TargetLocation (Results 1 – 1 of 1) sorted by relevance
318 UINTN TargetLocation; in BcfgAdd() local347 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()