Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.h106 …UINTN LogScreenCount; ///< How many screens of log information to sa… member
DShell.c361 ShellInfoObject.LogScreenCount = PcdGet8 (PcdShellScreenLogCount ); in UefiMain()
366 ASSERT(ShellInfoObject.LogScreenCount >= 3); in UefiMain()
393 Status = ConsoleLoggerInstall(ShellInfoObject.LogScreenCount, &ShellInfoObject.ConsoleInfo); in UefiMain()