Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/proc/
Dconsoles.c22 { CON_CONSDEV, 'C' }, in show_console_dev()
/kernel/linux/linux-5.10/kernel/printk/
Dprintk.c2727 newcon->flags |= CON_CONSDEV; in try_enable_new_console()
2807 newcon->flags |= CON_CONSDEV; in register_console()
2830 if (bcon && ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) in register_console()
2838 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()
2842 newcon->next->flags &= ~CON_CONSDEV; in register_console()
2844 newcon->flags |= CON_CONSDEV; in register_console()
2887 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()
2939 if (console_drivers != NULL && console->flags & CON_CONSDEV) in unregister_console()
2940 console_drivers->flags |= CON_CONSDEV; in unregister_console()
/kernel/linux/linux-5.10/include/linux/
Dconsole.h134 #define CON_CONSDEV (2) /* Preferred console, /dev/console */ macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dxen-fbfront.c516 c->flags |= CON_CONSDEV; in xenfb_make_preferred_console()