tag | line | file | source code |
vc_mode | 1526 | arch/m68k/console/fbcon.c | vt_cons[unit]->vc_mode == KD_TEXT) { |
vc_mode | 1564 | arch/m68k/console/fbcon.c | vt_cons[unit]->vc_mode == KD_TEXT) { |
vc_mode | 253 | arch/m68k/kernel/console.c | #define vcmode (vt_cons[currcons]->vc_mode) |
vc_mode | 2012 | arch/m68k/kernel/console.c | if (vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
vc_mode | 2275 | arch/m68k/kernel/console.c | if (vt_cons[fg_console]->vc_mode == KD_TEXT) { |
vc_mode | 1839 | drivers/char/console.c | if (vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
vc_mode | 140 | drivers/char/console_struct.h | #define vcmode (vt_cons[currcons]->vc_mode) |
vc_mode | 526 | drivers/char/tty_io.c | vt_cons[new_console]->vc_mode = KD_TEXT; |
vc_mode | 556 | drivers/char/tty_io.c | old_vc_mode = vt_cons[fg_console]->vc_mode; |
vc_mode | 592 | drivers/char/tty_io.c | if (old_vc_mode != vt_cons[new_console]->vc_mode) |
vc_mode | 594 | drivers/char/tty_io.c | if (vt_cons[new_console]->vc_mode == KD_TEXT) |
vc_mode | 601 | drivers/char/tty_io.c | if (vt_cons[new_console]->vc_mode == KD_TEXT) |
vc_mode | 675 | drivers/char/tty_io.c | if (vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
vc_mode | 73 | drivers/char/vga.c | vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
vc_mode | 293 | drivers/char/vt.c | if (vt_cons[console]->vc_mode == (unsigned char) arg) |
vc_mode | 295 | drivers/char/vt.c | vt_cons[console]->vc_mode = (unsigned char) arg; |
vc_mode | 310 | drivers/char/vt.c | put_user(vt_cons[console]->vc_mode, (int *) arg); |
vc_mode | 960 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT) |
vc_mode | 966 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT || |
vc_mode | 988 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT) |
vc_mode | 1012 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT) |
vc_mode | 1037 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT) |
vc_mode | 23 | drivers/char/vt_kern.h | unsigned char vc_mode; /* KD_TEXT, ... */ |
vc_mode | 655 | drivers/sbus/char/suncons.c | vt_cons [fbinfo [minor].vtconsole]->vc_mode = KD_TEXT; |
vc_mode | 680 | drivers/sbus/char/suncons.c | if (vt_cons [fg_console]->vc_mode == KD_GRAPHICS) |
vc_mode | 691 | drivers/sbus/char/suncons.c | vt_cons [fg_console]->vc_mode = KD_GRAPHICS; |
vc_mode | 715 | drivers/sbus/char/suncons.c | if (console_blanked || vt_cons [fg_console]->vc_mode == KD_GRAPHICS) |