/linux-4.4.14/arch/unicore32/kernel/ |
D | early_printk.c | 43 early_console->flags &= ~CON_BOOT; in setup_early_printk() 45 early_console->flags |= CON_BOOT; in setup_early_printk()
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | early_printk.c | 62 .flags = CON_PRINTBUFFER | CON_BOOT, 106 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-4.4.14/arch/sh/kernel/ |
D | sh_bios.c | 163 early_console->flags &= ~CON_BOOT; in setup_early_printk() 165 early_console->flags |= CON_BOOT; in setup_early_printk()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | udbg.c | 154 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME, 172 udbg_console.flags &= ~CON_BOOT; in register_early_udbg_console()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | pdc_cons.c | 181 pdc_cons.flags &= ~CON_BOOT; in pdc_console_tty_driver_init() 226 .flags = CON_BOOT | CON_PRINTBUFFER,
|
/linux-4.4.14/arch/um/kernel/ |
D | early_printk.c | 22 .flags = CON_BOOT,
|
/linux-4.4.14/arch/mips/kernel/ |
D | early_printk.c | 32 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-4.4.14/arch/arm/kernel/ |
D | early_printk.c | 35 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-4.4.14/arch/mips/dec/prom/ |
D | console.c | 38 .flags = CON_BOOT | CON_PRINTBUFFER,
|
/linux-4.4.14/arch/tile/kernel/ |
D | early_printk.c | 40 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-4.4.14/arch/m68k/kernel/ |
D | early_printk.c | 35 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-4.4.14/arch/h8300/kernel/ |
D | sim-console.c | 43 sim_console.flags |= CON_BOOT; in sim_probe()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | setup_32.c | 120 .flags = CON_PRINTBUFFER | CON_BOOT, 141 prom_early_console.flags &= ~CON_BOOT; in process_switch()
|
D | setup_64.c | 91 .flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME, 110 prom_early_console.flags &= ~CON_BOOT; in process_switch()
|
D | btext.c | 305 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | shadow_console.c | 47 .flags = CON_BOOT | CON_PRINTBUFFER,
|
D | early_printk.c | 146 early_console->flags |= CON_BOOT; in setup_early_printk()
|
/linux-4.4.14/arch/nios2/kernel/ |
D | early_printk.c | 91 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-4.4.14/arch/x86/kernel/ |
D | early_printk.c | 328 early_console->flags &= ~CON_BOOT; in early_console_register() 330 early_console->flags |= CON_BOOT; in early_console_register()
|
/linux-4.4.14/fs/proc/ |
D | consoles.c | 24 { CON_BOOT, 'B' }, in show_console_dev()
|
/linux-4.4.14/kernel/printk/ |
D | printk.c | 2504 if (console_drivers && newcon->flags & CON_BOOT) { in register_console() 2507 if (!(bcon->flags & CON_BOOT)) { in register_console() 2515 if (console_drivers && console_drivers->flags & CON_BOOT) in register_console() 2583 if (bcon && ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) in register_console() 2633 (newcon->flags & CON_BOOT) ? "boot" : "" , in register_console() 2636 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console() 2642 if (bcon->flags & CON_BOOT) in register_console() 2654 (console->flags & CON_BOOT) ? "boot" : "" , in unregister_console() 2699 if (!keep_bootcon && con->flags & CON_BOOT) { in printk_late_init()
|
/linux-4.4.14/include/linux/ |
D | console.h | 115 #define CON_BOOT (8) macro
|
/linux-4.4.14/drivers/tty/serial/ |
D | earlycon.c | 32 .flags = CON_PRINTBUFFER | CON_BOOT,
|
D | sh-sci.c | 2502 early_serial_console.flags |= CON_BOOT; in sci_probe_earlyprintk()
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | debugport.c | 215 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | early_printk.c | 225 if (!(con->flags & CON_BOOT)) in early_efi_setup()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | srmcons.c | 274 .flags = CON_PRINTBUFFER | CON_BOOT,
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_xen.c | 631 .flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME,
|
/linux-4.4.14/drivers/usb/early/ |
D | ehci-dbgp.c | 987 !(early_dbgp_console.flags & CON_BOOT)) || in dbgp_reset_prep()
|
/linux-4.4.14/drivers/tty/ |
D | mips_ejtag_fdc.c | 1140 .flags = CON_PRINTBUFFER | CON_BOOT,
|