Searched defs:want_console (Results 1 – 1 of 1) sorted by relevance
166 bool LoadKernelModules(bool recovery, bool want_console, bool want_parallel, int& modules_loaded) { in LoadKernelModules()325 auto want_console = ALLOW_FIRST_STAGE_CONSOLE ? FirstStageConsole(cmdline, bootconfig) : 0; in FirstStageMain() local