tag | line | file | source code |
vc_mode | 174 | kernel/chr_drv/console.c | #define vcmode (vt_cons[currcons].vc_mode) |
vc_mode | 1210 | kernel/chr_drv/console.c | if (vt_cons[fg_console].vc_mode == KD_GRAPHICS) |
vc_mode | 1481 | kernel/chr_drv/console.c | if (vt_cons[fg_console].vc_mode == KD_GRAPHICS) |
vc_mode | 324 | kernel/chr_drv/tty_io.c | old_vc_mode = vt_cons[fg_console].vc_mode; |
vc_mode | 352 | kernel/chr_drv/tty_io.c | vt_cons[new_console].vc_mode = KD_TEXT; |
vc_mode | 368 | kernel/chr_drv/tty_io.c | if (old_vc_mode != vt_cons[new_console].vc_mode) |
vc_mode | 370 | kernel/chr_drv/tty_io.c | if (vt_cons[new_console].vc_mode == KD_TEXT) |
vc_mode | 438 | kernel/chr_drv/tty_io.c | vt_cons[fg_console].vc_mode = KD_TEXT; |
vc_mode | 455 | kernel/chr_drv/tty_io.c | if (vt_cons[fg_console].vc_mode == KD_GRAPHICS) |
vc_mode | 177 | kernel/chr_drv/vt.c | if (vt_cons[console].vc_mode == (unsigned char) arg) |
vc_mode | 179 | kernel/chr_drv/vt.c | vt_cons[console].vc_mode = (unsigned char) arg; |
vc_mode | 196 | 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, ... */ |