Searched refs:want_console (Results 1 – 1 of 1) sorted by relevance
213 bool LoadKernelModules(BootMode boot_mode, bool want_console, bool want_parallel, in LoadKernelModules() argument272 bool retval = m.LoadListedModules(!want_console); in LoadKernelModules()282 : m.LoadListedModules(!want_console); in LoadKernelModules()422 auto want_console = ALLOW_FIRST_STAGE_CONSOLE ? FirstStageConsole(cmdline, bootconfig) : 0; in FirstStageMain() local429 if (!LoadKernelModules(boot_mode, want_console, in FirstStageMain()431 if (want_console != FirstStageConsoleParam::DISABLED) { in FirstStageMain()448 if (want_console == FirstStageConsoleParam::CONSOLE_ON_FAILURE) { in FirstStageMain()