Searched refs:FirstStageConsole (Results 1 – 3 of 3) sorted by relevance
32 int FirstStageConsole(const std::string& cmdline, const std::string& bootconfig);
108 int FirstStageConsole(const std::string& cmdline, const std::string& bootconfig) { in FirstStageConsole() function
284 auto want_console = ALLOW_FIRST_STAGE_CONSOLE ? FirstStageConsole(cmdline, bootconfig) : 0; in FirstStageMain()