Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
DUefiShellBcfgCommandLib.c682 IN UINT16 NewLocation in BcfgMove() argument
697 if (NewLocation >= OrderCount) { in BcfgMove()
699 NewLocation = (UINT16)OrderCount - 1; in BcfgMove()
701 NewLocation = 0; in BcfgMove()
707 …CopyMem(NewOrder+NewLocation+1, NewOrder+NewLocation, (OrderCount - NewLocation - 1)*sizeof(Curren… in BcfgMove()
708 NewOrder[NewLocation] = Temp; in BcfgMove()