tag | line | file | source code |
vc_mode | 222 | drivers/char/console.c | #define vcmode (vt_cons[currcons].vc_mode) |
vc_mode | 1449 | drivers/char/console.c | if (vt_cons[fg_console].vc_mode == KD_GRAPHICS) |
vc_mode | 1495 | drivers/char/console.c | if (vt_cons[fg_console].vc_mode == KD_GRAPHICS) |
vc_mode | 516 | drivers/char/keyboard.c | vt_cons[fg_console].vc_mode = KD_TEXT; |
vc_mode | 457 | drivers/char/tty_io.c | old_vc_mode = vt_cons[fg_console].vc_mode; |
vc_mode | 485 | drivers/char/tty_io.c | vt_cons[new_console].vc_mode = KD_TEXT; |
vc_mode | 502 | drivers/char/tty_io.c | if (old_vc_mode != vt_cons[new_console].vc_mode) |
vc_mode | 504 | drivers/char/tty_io.c | if (vt_cons[new_console].vc_mode == KD_TEXT) |
vc_mode | 571 | drivers/char/tty_io.c | vt_cons[fg_console].vc_mode = KD_TEXT; |
vc_mode | 589 | drivers/char/tty_io.c | if (vt_cons[fg_console].vc_mode == KD_GRAPHICS) |
vc_mode | 192 | drivers/char/vt.c | if (vt_cons[console].vc_mode == (unsigned char) arg) |
vc_mode | 194 | drivers/char/vt.c | vt_cons[console].vc_mode = (unsigned char) arg; |
vc_mode | 211 | drivers/char/vt.c | put_fs_long(vt_cons[console].vc_mode, (unsigned long *) arg); |
vc_mode | 13 | drivers/char/vt_kern.h | unsigned char vc_mode; /* KD_TEXT, ... */ |