Searched refs:CON_BOOT (Results 1 – 20 of 20) sorted by relevance
| /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()
|
| /linux/arch/sparc/kernel/ |
| H A D | setup_32.c | 106 .flags = CON_PRINTBUFFER | CON_BOOT, 127 prom_early_console.flags &= ~CON_BOOT; in process_switch()
|
| H A D | btext.c | 304 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
| /linux/arch/um/kernel/ |
| H A D | early_printk.c | 19 .flags = CON_BOOT,
|
| /linux/arch/mips/kernel/ |
| H A D | early_printk.c | 30 .flags = CON_PRINTBUFFER | CON_BOOT,
|
| /linux/arch/s390/kernel/ |
| H A D | early_printk.c | 20 .flags = CON_PRINTBUFFER | CON_BOOT,
|
| /linux/arch/mips/dec/prom/ |
| H A D | console.c | 34 .flags = CON_BOOT | CON_PRINTBUFFER,
|
| /linux/arch/m68k/kernel/ |
| H A D | early_printk.c | 23 .flags = CON_PRINTBUFFER | CON_BOOT,
|
| /linux/arch/arm/kernel/ |
| H A D | early_printk.c | 36 .flags = CON_PRINTBUFFER | CON_BOOT,
|
| /linux/arch/x86/kernel/ |
| H A D | early_printk.c | 382 early_console->flags &= ~CON_BOOT; in early_console_register() 384 early_console->flags |= CON_BOOT; in early_console_register()
|
| /linux/fs/proc/ |
| H A D | consoles.c | 23 { CON_BOOT, 'B' }, in show_console_dev()
|
| /linux/kernel/printk/ |
| H A D | printk.c | 3931 if (newcon->flags & (CON_PRINTBUFFER | CON_BOOT)) { in get_init_console_seq() 3976 if (!(con->flags & CON_BOOT) || in get_init_console_seq() 4040 if (con->flags & CON_BOOT) in register_console() 4047 if ((newcon->flags & CON_BOOT) && realcon_registered) { in register_console() 4076 console_first()->flags & CON_BOOT) { in register_console() 4102 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) { in register_console() 4117 if (newcon->flags & CON_BOOT) in register_console() 4172 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console() 4177 if (con->flags & CON_BOOT) in register_console() 4257 if (c->flags & CON_BOOT) in unregister_console_locked() [all …]
|
| H A D | internal.h | 20 (con->flags & CON_BOOT) ? "boot" : "", \
|
| H A D | nbcon.c | 1779 if (con->flags & CON_BOOT) { in nbcon_alloc() 1838 if (!(con->flags & CON_BOOT)) in nbcon_free()
|
| /linux/arch/alpha/kernel/ |
| H A D | srmcons.c | 269 .flags = CON_PRINTBUFFER | CON_BOOT,
|
| /linux/drivers/usb/early/ |
| H A D | xhci-dbc.c | 926 early_console->flags &= ~CON_BOOT; in early_xdbc_register_console() 928 early_console->flags |= CON_BOOT; in early_xdbc_register_console() 977 (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()
|
| /linux/include/linux/ |
| H A D | console.h | 196 CON_BOOT = BIT(3), enumerator
|
| /linux/drivers/tty/ |
| H A D | mips_ejtag_fdc.c | 1137 .flags = CON_PRINTBUFFER | CON_BOOT,
|
| /linux/drivers/tty/serial/ |
| H A D | sh-sci.c | 3517 early_serial_console.flags |= CON_BOOT; in sci_probe_earlyprintk()
|