HomeSort by relevance Sort by last modified time
    Searched refs:LogScreenCount (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.h 112 UINTN LogScreenCount; ///< How many screens of log information to save.
Shell.c 362 ShellInfoObject.LogScreenCount = PcdGet8 (PcdShellScreenLogCount );
367 ASSERT(ShellInfoObject.LogScreenCount >= 3);
394 Status = ConsoleLoggerInstall(ShellInfoObject.LogScreenCount, &ShellInfoObject.ConsoleInfo);
    [all...]

Completed in 88 milliseconds