Home
last modified time | relevance | path

Searched refs:boot_console_loglevel (Results 1 – 3 of 3) sorted by relevance

/arch/s390/boot/
A Dipl_parm.c309 boot_console_loglevel = CONSOLE_LOGLEVEL_DEBUG; in parse_boot_command_line()
316 boot_console_loglevel = CONSOLE_LOGLEVEL_QUIET; in parse_boot_command_line()
320 boot_console_loglevel = simple_strtoull(val, NULL, 10); in parse_boot_command_line()
321 if (boot_console_loglevel < CONSOLE_LOGLEVEL_MIN) in parse_boot_command_line()
322 boot_console_loglevel = CONSOLE_LOGLEVEL_MIN; in parse_boot_command_line()
A Dprintk.c16 int boot_console_loglevel = CONFIG_CONSOLE_LOGLEVEL_DEFAULT; variable
44 return boot_earlyprintk && (boot_ignore_loglevel || boot_console_loglevel > LOGLEVEL_DEBUG); in debug_messages_printed()
197 if (boot_ignore_loglevel || level < boot_console_loglevel) in boot_console_earlyprintk()
A Dboot.h93 extern int boot_console_loglevel;

Completed in 5 milliseconds