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()
161 RowChange = ConsoleInfo->RowsPerScreen; in ConsoleLoggerDisplayHistory()
164 RowChange = ConsoleInfo->RowsPerScreen / 2; in ConsoleLoggerDisplayHistory()
281 ; CurrentRow < ConsoleInfo->RowsPerScreen in UpdateDisplayFromHistory()
289 if (CurrentRow == (ConsoleInfo->RowsPerScreen-1)){ in UpdateDisplayFromHistory()
461 …if (ConsoleInfo->HistoryMode.CursorRow >= (INT32)((ConsoleInfo->RowsPerScreen * ConsoleInfo->Scree… in AppendStringToHistory()
465 …ASSERT(ConsoleInfo->HistoryMode.CursorRow == (INT32)((ConsoleInfo->RowsPerScreen * ConsoleInfo->Sc… in AppendStringToHistory()
471 * ((ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount) - 1) in AppendStringToHistory()
491 * ((ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount) - 1) in AppendStringToHistory()
516 …istoryMode.CursorRow == (INT32) (ConsoleInfo->OriginalStartRow + ConsoleInfo->RowsPerScreen - 1)) { in AppendStringToHistory()
[all …]
DConsoleLogger.h34 UINTN RowsPerScreen; ///< how many rows the screen can display member