/openbmc/linux/arch/sh/kernel/ |
H A D | sh_bios.c | 160 early_console->flags &= ~CON_BOOT; in setup_early_printk() 162 early_console->flags |= CON_BOOT; in setup_early_printk()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | udbg.c | 154 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME, 172 udbg_console.flags &= ~CON_BOOT; in register_early_udbg_console()
|
/openbmc/linux/arch/um/kernel/ |
H A D | early_printk.c | 19 .flags = CON_BOOT,
|
/openbmc/linux/arch/mips/kernel/ |
H A D | early_printk.c | 30 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/openbmc/linux/arch/s390/kernel/ |
H A D | early_printk.c | 19 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | setup_32.c | 119 .flags = CON_PRINTBUFFER | CON_BOOT, 140 prom_early_console.flags &= ~CON_BOOT; in process_switch()
|
H A D | setup_64.c | 95 .flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME, 114 prom_early_console.flags &= ~CON_BOOT; in process_switch()
|
H A D | btext.c | 306 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
/openbmc/linux/arch/mips/dec/prom/ |
H A D | console.c | 34 .flags = CON_BOOT | CON_PRINTBUFFER,
|
/openbmc/linux/arch/arm/kernel/ |
H A D | early_printk.c | 36 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | early_printk.c | 38 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/openbmc/linux/arch/x86/kernel/ |
H A D | early_printk.c | 336 early_console->flags &= ~CON_BOOT; in early_console_register() 338 early_console->flags |= CON_BOOT; in early_console_register()
|
/openbmc/linux/fs/proc/ |
H A D | consoles.c | 23 { CON_BOOT, 'B' }, in show_console_dev()
|
/openbmc/linux/kernel/printk/ |
H A D | printk.c | 3380 (con->flags & CON_BOOT) ? "boot" : "", \ 3388 if (newcon->flags & (CON_PRINTBUFFER | CON_BOOT)) { in console_init_seq() 3431 if ((con->flags & CON_BOOT) && in console_init_seq() 3483 if (con->flags & CON_BOOT) in register_console() 3490 if ((newcon->flags & CON_BOOT) && realcon_registered) { in register_console() 3510 console_first()->flags & CON_BOOT) { in register_console() 3533 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) { in register_console() 3575 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console() 3580 if (con->flags & CON_BOOT) in register_console() 3744 if (!(con->flags & CON_BOOT)) in printk_late_init()
|
/openbmc/linux/include/linux/ |
H A D | console.h | 164 CON_BOOT = BIT(3), enumerator
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | srmcons.c | 266 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/openbmc/linux/drivers/usb/early/ |
H A D | xhci-dbc.c | 922 early_console->flags &= ~CON_BOOT; in early_xdbc_register_console() 924 early_console->flags |= CON_BOOT; in early_xdbc_register_console() 973 (early_xdbc_console.flags & CON_BOOT)) { in xdbc_init()
|
H A D | ehci-dbgp.c | 981 !(early_dbgp_console.flags & CON_BOOT)) || in dbgp_reset_prep()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | earlycon.c | 31 .flags = CON_PRINTBUFFER | CON_BOOT,
|
H A D | kgdboc.c | 588 (con->flags & (CON_BOOT | CON_ENABLED)) && in kgdboc_earlycon_init()
|
H A D | sh-sci.c | 3166 early_serial_console.flags |= CON_BOOT; in sci_probe_earlyprintk()
|
/openbmc/linux/drivers/tty/hvc/ |
H A D | hvc_xen.c | 728 .flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME,
|
/openbmc/linux/drivers/tty/ |
H A D | mips_ejtag_fdc.c | 1136 .flags = CON_PRINTBUFFER | CON_BOOT,
|