Home
last modified time | relevance | path

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

/Linux-v4.19/fs/proc/
Dconsoles.c23 { CON_CONSDEV, 'C' }, in show_console_dev()
/Linux-v4.19/kernel/printk/
Dprintk.c2622 newcon->flags |= CON_CONSDEV; in register_console()
2657 newcon->flags |= CON_CONSDEV; in register_console()
2672 if (bcon && ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV)) in register_console()
2680 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()
2684 newcon->next->flags &= ~CON_CONSDEV; in register_console()
2724 ((newcon->flags & (CON_CONSDEV | CON_BOOT)) == CON_CONSDEV) && in register_console()
2772 if (console_drivers != NULL && console->flags & CON_CONSDEV) in unregister_console()
2773 console_drivers->flags |= CON_CONSDEV; in unregister_console()
/Linux-v4.19/include/linux/
Dconsole.h138 #define CON_CONSDEV (2) /* Last on the command line */ macro
/Linux-v4.19/drivers/video/fbdev/
Dxen-fbfront.c516 c->flags |= CON_CONSDEV; in xenfb_make_preferred_console()