Searched refs:NewPos (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.c2106 LIST_ENTRY *NewPos; local
2217 NewPos = gMenuOption.ForwardLink;
2551 // NewPos: Current menu option that need to hilight
2556 MoveToNextStatement (Selection, FALSE, &NewPos, BottomRow - TopRow);
2567 NewPos = gMenuOption.ForwardLink;
2568 SavedMenuOption = MENU_OPTION_FROM_LINK (NewPos);
2572 NewPos->ForwardLink != &gMenuOption) {
2573 NewPos = NewPos->ForwardLink;
2574 SavedMenuOption = MENU_OPTION_FROM_LINK (NewPos);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c1927 UINTN NewPos; local
1958 NewPos = Pos - 1;
1965 NewPos = 0;
1968 HBufferImageMovePosition (NewPos / 0x10 + 1, NewPos % 0x10 + 1, TRUE);
2006 for (Index = 0; Index < NewPos / 0x10; Index++) {
2018 NewPos = Pos;
2021 NewPos = OldPos;
2023 NewPos = OldPos - Count;
2027 HBufferImageMovePosition (NewPos /
2063 UINTN NewPos; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c341 BUFFER_LIST *NewPos; local
373 LinePos = NewPos = (BUFFER_LIST*)(&ShellInfoObject.ViewingSettings.CommandHistory);
613 NewPos = (BUFFER_LIST*)GetPreviousNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &LinePos->Link);
615 NewPos = (BUFFER_LIST*)GetPreviousNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &LinePos->Link);
623 NewPos = (BUFFER_LIST*)GetNextNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &LinePos->Link);
624 if (NewPos == (BUFFER_LIST*)(&ShellInfoObject.ViewingSettings.CommandHistory)) {
625 NewPos = (BUFFER_LIST*)GetNextNode(&ShellInfoObject.ViewingSettings.CommandHistory.Link, &LinePos->Link);
741 if (NewPos != (BUFFER_LIST*)(&ShellInfoObject.ViewingSettings.CommandHistory)) {
745 LinePos = NewPos;
746 NewPos
[all...]

Completed in 1491 milliseconds