Searched refs:CON_CONSDEV (Results 1 – 4 of 4) sorted by relevance
23 { CON_CONSDEV, 'C' }, in show_console_dev()
2622 newcon->flags |= CON_CONSDEV; in register_console()2657 newcon->flags |= CON_CONSDEV; in register_console()2672 if (bcon && ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) in register_console()2680 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()2684 newcon->next->flags &= ~CON_CONSDEV; in register_console()2724 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()2772 if (console_drivers != NULL && console->flags & CON_CONSDEV) in unregister_console()2773 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()