Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DConsoleLogger.c56 (*ConsoleInfo)->ScreenCount = ScreensToSave; in ConsoleLoggerInstall()
475 …nfo->HistoryMode.CursorRow >= (INT32)((ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount)-1)) { in AppendStringToHistory()
479 …Info->HistoryMode.CursorRow == (INT32)((ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount)-1)); in AppendStringToHistory()
485 * ((ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount) - 1) in AppendStringToHistory()
505 * ((ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount) - 1) in AppendStringToHistory()
1081 ; Row < (ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount) in ConsoleLoggerClearScreen()
1224 …leInfo->ColsPerScreen + 2) * ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount * sizeof(Consol… in ConsoleLoggerResetBuffers()
1225 …ConsoleInfo->ColsPerScreen * ConsoleInfo->RowsPerScreen * ConsoleInfo->ScreenCount * sizeof(Consol… in ConsoleLoggerResetBuffers()
DConsoleLogger.h26 UINTN ScreenCount; ///< How many screens worth of data to save member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DPci.c2457 UINTN ScreenCount; in ShellCommandRunPci() local
2580 ScreenCount = 0; in ShellCommandRunPci()
2685 ScreenCount += 2; in ShellCommandRunPci()
2686 if (ScreenCount >= ScreenSize && ScreenSize != 0) { in ShellCommandRunPci()
2691 ScreenCount = 0; in ShellCommandRunPci()