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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.h102 UINTN LogScreenCount; ///< How many screens of log information to save. member in struct:__anon12754
H A DShell.c184 ShellInfoObject.LogScreenCount = PcdGet8 (PcdShellScreenLogCount );
189 ASSERT(ShellInfoObject.LogScreenCount >= 3);
216 Status = ConsoleLoggerInstall(ShellInfoObject.LogScreenCount, &ShellInfoObject.ConsoleInfo);

Completed in 1133 milliseconds