Searched refs:CON_CONSDEV (Results 1 – 5 of 5) sorted by relevance
23 { CON_CONSDEV, 'C' }, in show_console_dev()
2463 newcon->flags |= CON_CONSDEV; in register_console()2498 newcon->flags |= CON_CONSDEV; in register_console()2513 if (bcon && ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) in register_console()2521 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()2525 newcon->next->flags &= ~CON_CONSDEV; in register_console()2561 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()2606 if (console_drivers != NULL && console->flags & CON_CONSDEV) in unregister_console()2607 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()
104 co->flags |= CON_CONSDEV; in cris_console_setup()