Searched defs:want_console (Results 1 – 1 of 1) sorted by relevance
213 bool LoadKernelModules(BootMode boot_mode, bool want_console, bool want_parallel, in LoadKernelModules()422 auto want_console = ALLOW_FIRST_STAGE_CONSOLE ? FirstStageConsole(cmdline, bootconfig) : 0; in FirstStageMain() local