Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DConsoleLogger.c52 (*ConsoleInfo)->RowsPerScreen = 0; in ConsoleLoggerInstall()
178 RowChange = ConsoleInfo->RowsPerScreen; in ConsoleLoggerDisplayHistory()
181 RowChange = ConsoleInfo->RowsPerScreen / 2; in ConsoleLoggerDisplayHistory()
296 ; CurrentRow < ConsoleInfo->RowsPerScreen in UpdateDisplayFromHistory()
304 if (CurrentRow == (ConsoleInfo->RowsPerScreen-1)){ in UpdateDisplayFromHistory()
475 …if (ConsoleInfo->HistoryMode.CursorRow >= (INT32)((ConsoleInfo->RowsPerScreen * ConsoleInfo->Scree… in AppendStringToHistory()
479 …ASSERT(ConsoleInfo->HistoryMode.CursorRow == (INT32)((ConsoleInfo->RowsPerScreen * ConsoleInfo->Sc… in AppendStringToHistory()
485 * ((ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount) - 1) in AppendStringToHistory()
505 * ((ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount) - 1) in AppendStringToHistory()
530 …istoryMode.CursorRow == (INT32) (ConsoleInfo->OriginalStartRow + ConsoleInfo->RowsPerScreen - 1)) { in AppendStringToHistory()
[all …]
DConsoleLogger.h34 UINTN RowsPerScreen; ///< how many rows the screen can display member