Searched refs:ScreenCount (Results 1 – 3 of 3) sorted by relevance
56 (*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()
26 UINTN ScreenCount; ///< How many screens worth of data to save member
2457 UINTN ScreenCount; in ShellCommandRunPci() local2580 ScreenCount = 0; in ShellCommandRunPci()2685 ScreenCount += 2; in ShellCommandRunPci()2686 if (ScreenCount >= ScreenSize && ScreenSize != 0) { in ShellCommandRunPci()2691 ScreenCount = 0; in ShellCommandRunPci()