Home
last modified time | relevance | path

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

/Linux-v6.1/arch/um/kernel/
Dkmsg_dump.c26 (con->flags & (CON_ENABLED | CON_CONSDEV)) != 0) { in kmsg_dumper_stdout()
/Linux-v6.1/fs/proc/
Dconsoles.c22 { CON_CONSDEV, 'C' }, in show_console_dev()
/Linux-v6.1/kernel/printk/
Dprintk.c3049 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()
/Linux-v6.1/include/linux/
Dconsole.h133 #define CON_CONSDEV (2) /* Preferred console, /dev/console */ macro
/Linux-v6.1/drivers/video/fbdev/
Dxen-fbfront.c515 c->flags |= CON_CONSDEV; in xenfb_make_preferred_console()