Searched refs:CON_CONSDEV (Results 1 – 3 of 3) sorted by relevance
3299 newcon->flags |= CON_CONSDEV; in try_enable_preferred_console()3326 newcon->flags |= CON_CONSDEV; in try_enable_default_console()3484 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) { in register_console()3497 newcon->flags |= CON_CONSDEV; in register_console()3500 } else if (newcon->flags & CON_CONSDEV) { in register_console()3502 console_srcu_write_flags(console_first(), console_first()->flags & ~CON_CONSDEV); in register_console()3526 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()3572 if (!hlist_empty(&console_list) && console->flags & CON_CONSDEV) in unregister_console_locked()3573 console_srcu_write_flags(console_first(), console_first()->flags | CON_CONSDEV); in unregister_console_locked()3634 con->flags |= CON_CONSDEV; in console_force_preferred_locked()[all …]
22 { CON_CONSDEV, 'C' }, in show_console_dev()
162 CON_CONSDEV = BIT(1), enumerator