Home
last modified time | relevance | path

Searched refs:CON_CONSDEV (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/arch/um/kernel/
Dkmsg_dump.c26 (con->flags & (CON_ENABLED | CON_CONSDEV)) != 0) { in kmsg_dumper_stdout()
/Linux-v5.15/kernel/printk/
Dprintk.c2894 newcon->flags |= CON_CONSDEV; in try_enable_new_console()
2973 newcon->flags |= CON_CONSDEV; in register_console()
2996 if (bcon && ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) in register_console()
3004 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()
3008 newcon->next->flags &= ~CON_CONSDEV; in register_console()
3010 newcon->flags |= CON_CONSDEV; in register_console()
3054 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()
3106 if (console_drivers != NULL && console->flags & CON_CONSDEV) in unregister_console()
3107 console_drivers->flags |= CON_CONSDEV; in unregister_console()
/Linux-v5.15/fs/proc/
Dconsoles.c22 { CON_CONSDEV, 'C' }, in show_console_dev()
/Linux-v5.15/include/linux/
Dconsole.h133 #define CON_CONSDEV (2) /* Preferred console, /dev/console */ macro
/Linux-v5.15/drivers/video/fbdev/
Dxen-fbfront.c516 c->flags |= CON_CONSDEV; in xenfb_make_preferred_console()