Home
last modified time | relevance | path

Searched refs:CONSOLE_LOGLEVEL_QUIET (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/include/linux/
Dprintk.h63 #define CONSOLE_LOGLEVEL_QUIET CONFIG_CONSOLE_LOGLEVEL_QUIET macro
/linux-6.1.9/drivers/firmware/efi/libstub/
Defi-stub-helper.c216 efi_loglevel = CONSOLE_LOGLEVEL_QUIET; in efi_parse_options()
/linux-6.1.9/drivers/video/fbdev/
Defifb.c166 if (console_loglevel > CONSOLE_LOGLEVEL_QUIET) in efifb_show_boot_graphics()
/linux-6.1.9/init/
Dmain.c245 console_loglevel = CONSOLE_LOGLEVEL_QUIET; in quiet_kernel()
/linux-6.1.9/lib/
DKconfig.debug64 config CONSOLE_LOGLEVEL_QUIET config
73 equivalent of passing "loglevel=<CONSOLE_LOGLEVEL_QUIET>"
/linux-6.1.9/drivers/video/fbdev/core/
Dfbcon.c1009 if (logo_shown < 0 && console_loglevel <= CONSOLE_LOGLEVEL_QUIET) in fbcon_init()