Searched refs:CON_BOOT (Results 1 – 24 of 24) sorted by relevance
/linux/arch/sh/kernel/ |
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()
|
/linux/arch/powerpc/kernel/ |
A D | udbg.c | 152 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME, 170 udbg_console.flags &= ~CON_BOOT; in register_early_udbg_console()
|
/linux/arch/parisc/kernel/ |
A D | pdc_cons.c | 162 pdc_cons.flags &= ~CON_BOOT; in pdc_console_tty_driver_init() 208 .flags = CON_BOOT | CON_PRINTBUFFER,
|
/linux/arch/sparc/kernel/ |
A D | setup_32.c | 119 .flags = CON_PRINTBUFFER | CON_BOOT, 140 prom_early_console.flags &= ~CON_BOOT; in process_switch()
|
A D | setup_64.c | 95 .flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME, 114 prom_early_console.flags &= ~CON_BOOT; in process_switch()
|
A D | btext.c | 306 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
/linux/arch/um/kernel/ |
A D | early_printk.c | 19 .flags = CON_BOOT,
|
/linux/arch/mips/kernel/ |
A D | early_printk.c | 30 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux/arch/s390/kernel/ |
A D | early_printk.c | 19 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux/arch/mips/dec/prom/ |
A D | console.c | 34 .flags = CON_BOOT | CON_PRINTBUFFER,
|
/linux/arch/arm/kernel/ |
A D | early_printk.c | 36 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux/arch/m68k/kernel/ |
A D | early_printk.c | 35 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux/arch/x86/kernel/ |
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()
|
/linux/fs/proc/ |
A D | consoles.c | 23 { CON_BOOT, 'B' }, in show_console_dev()
|
/linux/kernel/printk/ |
A D | printk.c | 2946 if (newcon->flags & CON_BOOT) { in register_console() 2948 if (!(bcon->flags & CON_BOOT)) { in register_console() 2956 if (console_drivers && console_drivers->flags & CON_BOOT) in register_console() 2997 if (bcon && ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) in register_console() 3052 (newcon->flags & CON_BOOT) ? "boot" : "" , in register_console() 3055 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console() 3061 if (bcon->flags & CON_BOOT) in register_console() 3073 (console->flags & CON_BOOT) ? "boot" : "" , in unregister_console() 3177 if (!(con->flags & CON_BOOT)) in printk_late_init()
|
/linux/include/linux/ |
A D | console.h | 135 #define CON_BOOT (8) macro
|
/linux/arch/alpha/kernel/ |
A D | srmcons.c | 267 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux/drivers/usb/early/ |
A D | xhci-dbc.c | 919 early_console->flags &= ~CON_BOOT; in early_xdbc_register_console() 921 early_console->flags |= CON_BOOT; in early_xdbc_register_console() 970 (early_xdbc_console.flags & CON_BOOT)) { in xdbc_init()
|
A D | ehci-dbgp.c | 981 !(early_dbgp_console.flags & CON_BOOT)) || in dbgp_reset_prep()
|
/linux/drivers/tty/serial/ |
A D | earlycon.c | 31 .flags = CON_PRINTBUFFER | CON_BOOT,
|
A D | kgdboc.c | 534 (con->flags & (CON_BOOT | CON_ENABLED)) && in kgdboc_earlycon_init()
|
A D | sh-sci.c | 3104 early_serial_console.flags |= CON_BOOT; in sci_probe_earlyprintk()
|
/linux/drivers/tty/hvc/ |
A D | hvc_xen.c | 684 .flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME,
|
/linux/drivers/tty/ |
A D | mips_ejtag_fdc.c | 1138 .flags = CON_PRINTBUFFER | CON_BOOT,
|
Completed in 58 milliseconds