tag | line | file | source code |
KD_GRAPHICS | 292 | kernel/chr_drv/console.c | if (currcons != fg_console || console_blanked || vcmode == KD_GRAPHICS) |
KD_GRAPHICS | 1201 | kernel/chr_drv/console.c | if (vcmode == KD_GRAPHICS) |
KD_GRAPHICS | 1210 | kernel/chr_drv/console.c | if (vt_cons[fg_console].vc_mode == KD_GRAPHICS) |
KD_GRAPHICS | 1481 | kernel/chr_drv/console.c | if (vt_cons[fg_console].vc_mode == KD_GRAPHICS) |
KD_GRAPHICS | 455 | kernel/chr_drv/tty_io.c | if (vt_cons[fg_console].vc_mode == KD_GRAPHICS) |
KD_GRAPHICS | 167 | kernel/chr_drv/vt.c | case KD_GRAPHICS: |