Searched refs:CON_CONSDEV (Results 1 – 5 of 5) sorted by relevance
26 (con->flags & (CON_ENABLED | CON_CONSDEV)) != 0) { in kmsg_dumper_stdout()
22 { CON_CONSDEV, 'C' }, in show_console_dev()
3049 newcon->flags |= CON_CONSDEV; in try_enable_preferred_console()3076 newcon->flags |= CON_CONSDEV; in try_enable_default_console()3167 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) { in register_console()3176 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()3180 newcon->next->flags &= ~CON_CONSDEV; in register_console()3182 newcon->flags |= CON_CONSDEV; in register_console()3210 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()3254 if (console_drivers != NULL && console->flags & CON_CONSDEV) in unregister_console()3255 console_drivers->flags |= CON_CONSDEV; in unregister_console()
133 #define CON_CONSDEV (2) /* Preferred console, /dev/console */ macro
515 c->flags |= CON_CONSDEV; in xenfb_make_preferred_console()