tag | line | file | source code |
vt_cons | 173 | kernel/chr_drv/console.c | #define vtmode (vt_cons[currcons].vt_mode) |
vt_cons | 1206 | kernel/chr_drv/console.c | if (vt_cons[fg_console].vt_mode == KD_GRAPHICS) |
vt_cons | 1466 | kernel/chr_drv/console.c | if (vt_cons[fg_console].vt_mode == KD_GRAPHICS) |
vt_cons | 110 | kernel/chr_drv/tty_io.c | if (vt_cons[fg_console].vt_mode == KD_GRAPHICS) |
vt_cons | 26 | kernel/chr_drv/vt.c | struct vt_cons vt_cons[NR_CONSOLES]; |
vt_cons | 123 | kernel/chr_drv/vt.c | if (vt_cons[console].vt_mode == (unsigned char) arg) |
vt_cons | 125 | kernel/chr_drv/vt.c | vt_cons[console].vt_mode = (unsigned char) arg; |
vt_cons | 137 | kernel/chr_drv/vt.c | put_fs_long(vt_cons[console].vt_mode, (unsigned long *) arg); |
vt_cons | 13 | kernel/chr_drv/vt_kern.h | } vt_cons[NR_CONSOLES]; |