Searched refs:CON_CONSDEV (Results 1 – 5 of 5) sorted by relevance
26 (con->flags & (CON_ENABLED | CON_CONSDEV)) != 0) { in kmsg_dumper_stdout()
2895 newcon->flags |= CON_CONSDEV; in try_enable_new_console()2974 newcon->flags |= CON_CONSDEV; in register_console()2997 if (bcon && ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) in register_console()3005 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()3009 newcon->next->flags &= ~CON_CONSDEV; in register_console()3011 newcon->flags |= CON_CONSDEV; in register_console()3055 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()3107 if (console_drivers != NULL && console->flags & CON_CONSDEV) in unregister_console()3108 console_drivers->flags |= CON_CONSDEV; in unregister_console()
22 { CON_CONSDEV, 'C' }, in show_console_dev()
133 #define CON_CONSDEV (2) /* Preferred console, /dev/console */ macro
516 c->flags |= CON_CONSDEV; in xenfb_make_preferred_console()
Completed in 11 milliseconds