Searched refs:CON_CONSDEV (Results 1 – 5 of 5) sorted by relevance
26 (con->flags & (CON_ENABLED | CON_CONSDEV)) != 0) { in kmsg_dumper_stdout()
2894 newcon->flags |= CON_CONSDEV; in try_enable_new_console()2973 newcon->flags |= CON_CONSDEV; in register_console()2996 if (bcon && ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) in register_console()3004 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()3008 newcon->next->flags &= ~CON_CONSDEV; in register_console()3010 newcon->flags |= CON_CONSDEV; in register_console()3054 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()3106 if (console_drivers != NULL && console->flags & CON_CONSDEV) in unregister_console()3107 console_drivers->flags |= CON_CONSDEV; in unregister_console()
22 { CON_CONSDEV, 'C' }, in show_console_dev()
133 #define CON_CONSDEV (2) /* Preferred console, /dev/console */ macro
516 c->flags |= CON_CONSDEV; in xenfb_make_preferred_console()