Home
last modified time | relevance | path

Searched refs:CON_CONSDEV (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/proc/
H A Dconsoles.c22 { CON_CONSDEV, 'C' }, in show_console_dev()
/openbmc/linux/kernel/printk/
H A Dprintk.c3348 newcon->flags |= CON_CONSDEV; in try_enable_preferred_console()
3375 newcon->flags |= CON_CONSDEV; in try_enable_default_console()
3533 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) { in register_console()
3546 newcon->flags |= CON_CONSDEV; in register_console()
3549 } else if (newcon->flags & CON_CONSDEV) { in register_console()
3551 console_srcu_write_flags(console_first(), console_first()->flags & ~CON_CONSDEV); in register_console()
3575 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()
3621 if (!hlist_empty(&console_list) && console->flags & CON_CONSDEV) in unregister_console_locked()
3622 console_srcu_write_flags(console_first(), console_first()->flags | CON_CONSDEV); in unregister_console_locked()
3683 con->flags |= CON_CONSDEV; in console_force_preferred_locked()
[all …]
/openbmc/linux/include/linux/
H A Dconsole.h162 CON_CONSDEV = BIT(1), enumerator