Home
last modified time | relevance | path

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

/linux-5.19.10/arch/um/kernel/
Dkmsg_dump.c26 (con->flags & (CON_ENABLED | CON_CONSDEV)) != 0) { in kmsg_dumper_stdout()
/linux-5.19.10/fs/proc/
Dconsoles.c22 { CON_CONSDEV, 'C' }, in show_console_dev()
/linux-5.19.10/kernel/printk/
Dprintk.c3050 newcon->flags |= CON_CONSDEV; in try_enable_preferred_console()
3077 newcon->flags |= CON_CONSDEV; in try_enable_default_console()
3168 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) { in register_console()
3177 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()
3181 newcon->next->flags &= ~CON_CONSDEV; in register_console()
3183 newcon->flags |= CON_CONSDEV; in register_console()
3214 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()
3264 if (console_drivers != NULL && console->flags & CON_CONSDEV) in unregister_console()
3265 console_drivers->flags |= CON_CONSDEV; in unregister_console()
/linux-5.19.10/include/linux/
Dconsole.h133 #define CON_CONSDEV (2) /* Preferred console, /dev/console */ macro
/linux-5.19.10/drivers/video/fbdev/
Dxen-fbfront.c515 c->flags |= CON_CONSDEV; in xenfb_make_preferred_console()