Searched refs:CON_CONSDEV (Results 1 – 4 of 4) sorted by relevance
22 { CON_CONSDEV, 'C' }, in show_console_dev()
2694 newcon->flags |= CON_CONSDEV; in try_enable_new_console()2774 newcon->flags |= CON_CONSDEV; in register_console()2797 if (bcon && ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) in register_console()2805 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()2809 newcon->next->flags &= ~CON_CONSDEV; in register_console()2811 newcon->flags |= CON_CONSDEV; in register_console()2854 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()2906 if (console_drivers != NULL && console->flags & CON_CONSDEV) in unregister_console()2907 console_drivers->flags |= CON_CONSDEV; in unregister_console()
134 #define CON_CONSDEV (2) /* Preferred console, /dev/console */ macro
516 c->flags |= CON_CONSDEV; in xenfb_make_preferred_console()