tag | line | file | source code |
vc_mode | 173 | kernel/chr_drv/console.c | #define vcmode (vt_cons[currcons].vc_mode) |
vc_mode | 1209 | kernel/chr_drv/console.c | if (vt_cons[fg_console].vc_mode == KD_GRAPHICS) |
vc_mode | 1476 | kernel/chr_drv/console.c | if (vt_cons[fg_console].vc_mode == KD_GRAPHICS) |
vc_mode | 286 | kernel/chr_drv/tty_io.c | old_vc_mode = vt_cons[fg_console].vc_mode; |
vc_mode | 314 | kernel/chr_drv/tty_io.c | vt_cons[new_console].vc_mode = KD_TEXT; |
vc_mode | 330 | kernel/chr_drv/tty_io.c | if (old_vc_mode != vt_cons[new_console].vc_mode) |
vc_mode | 332 | kernel/chr_drv/tty_io.c | if (vt_cons[new_console].vc_mode == KD_TEXT) |
vc_mode | 400 | kernel/chr_drv/tty_io.c | vt_cons[fg_console].vc_mode = KD_TEXT; |
vc_mode | 417 | kernel/chr_drv/tty_io.c | if (vt_cons[fg_console].vc_mode == KD_GRAPHICS) |
vc_mode | 176 | kernel/chr_drv/vt.c | if (vt_cons[console].vc_mode == (unsigned char) arg) |
vc_mode | 178 | kernel/chr_drv/vt.c | vt_cons[console].vc_mode = (unsigned char) arg; |
vc_mode | 194 | kernel/chr_drv/vt.c | put_fs_long(vt_cons[console].vc_mode, (unsigned long *) arg); |
vc_mode | 12 | kernel/chr_drv/vt_kern.h | unsigned char vc_mode; /* KD_TEXT, ... */ |