tag | line | file | source code |
KD_GRAPHICS | 573 | drivers/char/console.c | if (currcons != fg_console || console_blanked || vcmode == KD_GRAPHICS) |
KD_GRAPHICS | 1813 | drivers/char/console.c | if (vcmode != KD_GRAPHICS) |
KD_GRAPHICS | 1834 | drivers/char/console.c | if (vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
KD_GRAPHICS | 263 | drivers/char/tga.c | if (currcons != fg_console || console_blanked || vcmode == KD_GRAPHICS) |
KD_GRAPHICS | 660 | drivers/char/tty_io.c | if (vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
KD_GRAPHICS | 73 | drivers/char/vga.c | vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
KD_GRAPHICS | 120 | drivers/char/vga.c | if (currcons != fg_console || console_blanked || vcmode == KD_GRAPHICS) |
KD_GRAPHICS | 266 | drivers/char/vt.c | case KD_GRAPHICS: |