Searched refs:CON_CONSDEV (Results 1 – 4 of 4) sorted by relevance
22 { CON_CONSDEV, 'C' }, in show_console_dev()
2696 newcon->flags |= CON_CONSDEV; in register_console()2731 newcon->flags |= CON_CONSDEV; in register_console()2746 if (bcon && ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) in register_console()2754 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()2758 newcon->next->flags &= ~CON_CONSDEV; in register_console()2802 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()2850 if (console_drivers != NULL && console->flags & CON_CONSDEV) in unregister_console()2851 console_drivers->flags |= CON_CONSDEV; in unregister_console()
138 #define CON_CONSDEV (2) /* Last on the command line */ macro
516 c->flags |= CON_CONSDEV; in xenfb_make_preferred_console()