tag | line | file | source code |
vc_mode | 290 | drivers/char/console.c | #define vcmode (vt_cons[currcons]->vc_mode) |
vc_mode | 1921 | drivers/char/console.c | if (vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
vc_mode | 454 | drivers/char/tty_io.c | vt_cons[new_console]->vc_mode = KD_TEXT; |
vc_mode | 483 | drivers/char/tty_io.c | old_vc_mode = vt_cons[fg_console]->vc_mode; |
vc_mode | 519 | drivers/char/tty_io.c | if (old_vc_mode != vt_cons[new_console]->vc_mode) |
vc_mode | 521 | drivers/char/tty_io.c | if (vt_cons[new_console]->vc_mode == KD_TEXT) |
vc_mode | 598 | drivers/char/tty_io.c | if (vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
vc_mode | 218 | drivers/char/vt.c | if (vt_cons[console]->vc_mode == (unsigned char) arg) |
vc_mode | 220 | drivers/char/vt.c | vt_cons[console]->vc_mode = (unsigned char) arg; |
vc_mode | 235 | 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, ... */ |