Searched refs:CON_ENABLED (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/um/kernel/
H A Dkmsg_dump.c34 (console_srcu_read_flags(con) & CON_ENABLED)) {
/linux-master/drivers/hwtracing/stm/
H A Dconsole.c44 sc->console.flags = CON_ENABLED | CON_PRINTBUFFER;
/linux-master/fs/proc/
H A Dconsoles.c21 { CON_ENABLED, 'E' },
/linux-master/arch/powerpc/kernel/
H A Dudbg.c154 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
/linux-master/arch/m68k/emu/
H A Dnfcon.c115 nf_console.flags |= CON_ENABLED;
/linux-master/drivers/accessibility/braille/
H A Dbraille_console.c363 console->flags |= CON_ENABLED;
/linux-master/arch/sparc/kernel/
H A Dbtext.c304 .flags = CON_PRINTBUFFER | CON_ENABLED | CON_BOOT | CON_ANYTIME,
/linux-master/include/linux/
H A Dconsole.h164 * @CON_ENABLED: Indicates if a console is allowed to print records. If
190 CON_ENABLED = BIT(2), enumerator in enum:cons_flags
/linux-master/kernel/printk/
H A Dprintk.c2708 if (!(flags & CON_ENABLED))
3101 if ((console_srcu_read_flags(c) & CON_ENABLED) && c->unblank) {
3138 if ((console_srcu_read_flags(c) & CON_ENABLED) && c->unblank)
3244 console_srcu_write_flags(console, console->flags & ~CON_ENABLED);
3260 console_srcu_write_flags(console, console->flags | CON_ENABLED);
3332 newcon->flags |= CON_ENABLED;
3343 if (newcon->flags & CON_ENABLED && c->user_specified == user_specified)
3358 newcon->flags |= CON_ENABLED;
3413 (con->flags & CON_ENABLED) &&
3601 console_srcu_write_flags(console, console->flags & ~CON_ENABLED);
[all...]
/linux-master/drivers/tty/serial/
H A Dmux.c393 .flags = CON_ENABLED | CON_PRINTBUFFER,
H A Dkgdboc.c560 (con->flags & (CON_BOOT | CON_ENABLED)) &&
H A Dma35d1_serial.c636 .flags = CON_PRINTBUFFER | CON_ENABLED,
/linux-master/kernel/debug/kdb/
H A Dkdb_io.c589 if (!(console_srcu_read_flags(c) & CON_ENABLED))
/linux-master/fs/pstore/
H A Dplatform.c420 * calls may have changed settings (specifically CON_ENABLED).
422 pstore_console.flags = CON_PRINTBUFFER | CON_ENABLED | CON_ANYTIME;
/linux-master/drivers/tty/
H A Dehv_bytechan.c302 .flags = CON_PRINTBUFFER | CON_ENABLED,
H A Dtty_io.c3572 if ((c->flags & CON_ENABLED) == 0)
/linux-master/drivers/net/
H A Dnetconsole.c1241 .flags = CON_ENABLED | CON_EXTENDED,
1247 .flags = CON_ENABLED,
/linux-master/arch/um/drivers/
H A Dmconsole_kern.c585 .flags = CON_ENABLED,
/linux-master/kernel/debug/
H A Ddebug_core.c952 .flags = CON_PRINTBUFFER | CON_ENABLED,

Completed in 184 milliseconds