Searched refs:CON_CONSDEV (Results 1 – 5 of 5) sorted by relevance
23 { CON_CONSDEV, 'C' }, in show_console_dev()
2533 newcon->flags |= CON_CONSDEV; in register_console()2568 newcon->flags |= CON_CONSDEV; in register_console()2583 if (bcon && ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) in register_console()2591 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()2595 newcon->next->flags &= ~CON_CONSDEV; in register_console()2636 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()2684 if (console_drivers != NULL && console->flags & CON_CONSDEV) in unregister_console()2685 console_drivers->flags |= CON_CONSDEV; in unregister_console()
113 #define CON_CONSDEV (2) /* Last on the command line */ macro
506 c->flags |= CON_CONSDEV; in xenfb_make_preferred_console()
103 co->flags |= CON_CONSDEV; in cris_console_setup()