HomeSort by relevance Sort by last modified time
    Searched refs:CurrentRow (Results 1 - 24 of 24) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Hob.c 126 UINTN CurrentRow;
131 CurrentRow = 0;
141 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
160 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
173 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
181 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
202 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
Dir.c 76 UINTN CurrentRow;
153 CurrentRow = 0;
199 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
207 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
242 for (CurrentRow = 0;;) {
281 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
Command.c 268 UINTN CurrentRow = 0;
273 CurrentRow++;
280 CurrentRow += CountNewLines (mCmdTable[Index]->HelpSummary);
281 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
287 for (Index = 0, CurrentRow = 0; Index < mCmdTableNextFreeIndex; Index++) {
292 CurrentRow += CountNewLines (Ptr);
293 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
612 UINTN CurrentRow = 0;
685 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, FALSE)) {
EfiDevice.c 213 UINTN CurrentRow;
216 CurrentRow = 0;
227 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, TRUE)) {
238 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, TRUE)) {
249 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, TRUE)) {
260 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, TRUE)) {
572 UINTN CurrentRow;
591 for (Index = 0, CurrentRow = 0; Index < MemMapSize/DescriptorSize; Index++) {
594 if (EblAnyKeyToContinueQtoQuit (&CurrentRow, TRUE)) {
Main.c 306 If the CurrentRow is near the end of the screen pause and print out a prompt
310 CurrentRow is updated by one on a call or set back to zero if a prompt is
313 @param CurrentRow Used to figure out if its the end of the page and updated
322 IN UINTN *CurrentRow,
333 if (*CurrentRow >= (gScreenRows - 2)) {
342 *CurrentRow = 0;
347 *CurrentRow += 1;
Ebl.h 93 IN UINTN *CurrentRow,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
EblAddExternalCommandLib.h 81 If the CurrentRow is near the end of the screen pause and print out a prompt
89 CurrentRow is updated by one on a call or set back to zero if a prompt is
95 @param CurrentRow Used to figure out if its the end of the page and updated
113 IN UINTN *CurrentRow,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EblAddExternalCommandLib/
EblAddExternalCommandLib.c 63 If the CurrentRow is near the end of the screen pause and print out a prompt
67 CurrentRow is updated by one on a call or set back to zero if a prompt is
70 @param CurrentRow Used to figure out if its the end of the page and updated
79 IN UINTN *CurrentRow,
84 return gEblExternalCommand->EblAnyKeyToContinueQtoQuit (CurrentRow, PrefixNewline);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
EblAddCommand.h 107 If the CurrentRow is near the end of the screen pause and print out a prompt
111 CurrentRow is updated by one on a call or set back to zero if a prompt is
114 @param CurrentRow Used to figure out if its the end of the page and updated
123 IN UINTN *CurrentRow,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLibInternal.c 569 UINTN CurrentRow;
607 CurrentRow = BottomRowOfHotKeyHelp - Index / 3;
624 PrintStringAtWithWidth (CurrentCol, CurrentRow, ColumnStr, ColumnIndexWidth);
640 CurrentRow = BottomRowOfHotKeyHelp - Index / 3;
646 PrintStringAtWithWidth (CurrentCol, CurrentRow, gLibEmptyString, ColumnIndexWidth);
651 PrintStringAtWithWidth (CurrentCol, CurrentRow, gLibEmptyString, ColumnIndexWidth);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootManagerUiLib/
BootManager.c 114 UINTN CurrentRow;
192 Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &CurrentRow);
194 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
205 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow);
207 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleLogger.c 272 UINTN CurrentRow;
295 for ( CurrentRow = 0
296 ; CurrentRow < ConsoleInfo->RowsPerScreen
297 ; CurrentRow++
304 if (CurrentRow == (ConsoleInfo->RowsPerScreen-1)){
341 ConsoleInfo->OldConOut->SetCursorPosition(ConsoleInfo->OldConOut, CurrentColumn, CurrentRow);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
FrontPage.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 709 UINTN CurrentRow;
787 Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &CurrentRow);
789 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
800 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow);
802 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/UiApp/
FrontPage.c 684 UINTN CurrentRow;
762 Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &CurrentRow);
764 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
775 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow);
777 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/
BootMaintenance.c 150 UINTN CurrentRow;
228 Status = SimpleTextOut->QueryMode (SimpleTextOut, SimpleTextOut->Mode->Mode, &CurrentColumn, &CurrentRow);
230 if (CurrentColumn == NewColumns && CurrentRow == NewRows) {
241 Status = SimpleTextOut->QueryMode (SimpleTextOut, Index, &CurrentColumn, &CurrentRow);
243 if ((CurrentColumn == NewColumns) && (CurrentRow == NewRows)) {
    [all...]
ConsoleOption.c 995 UINTN CurrentRow;
1005 CurrentRow = PcdGet32 (PcdSetupConOutRow);
1009 if (CurrentCol == Col && CurrentRow == Row) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
ConsoleOption.c 1031 UINTN CurrentRow;
1041 CurrentRow = PcdGet32 (PcdSetupConOutRow);
1045 if (CurrentCol == Col && CurrentRow == Row) {
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c     [all...]
lnc_hostcode.h 541 IMG_UINT16 CurrentRow,
  /hardware/intel/img/psb_video/src/
pnw_hostcode.c     [all...]
pnw_hostcode.h 570 IMG_UINT16 CurrentRow,
tng_hostcode.h 507 IMG_UINT16 CurrentRow,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.h 503 UINTN CurrentRow;
    [all...]

Completed in 600 milliseconds