tag | line | file | source code |
vc_mode | 316 | drivers/char/console.c | #define vcmode (vt_cons[currcons]->vc_mode) |
vc_mode | 1895 | drivers/char/console.c | if (vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
vc_mode | 2628 | drivers/char/console.c | vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
vc_mode | 496 | drivers/char/tty_io.c | vt_cons[new_console]->vc_mode = KD_TEXT; |
vc_mode | 526 | drivers/char/tty_io.c | old_vc_mode = vt_cons[fg_console]->vc_mode; |
vc_mode | 562 | drivers/char/tty_io.c | if (old_vc_mode != vt_cons[new_console]->vc_mode) |
vc_mode | 564 | drivers/char/tty_io.c | if (vt_cons[new_console]->vc_mode == KD_TEXT) |
vc_mode | 571 | drivers/char/tty_io.c | if (vt_cons[new_console]->vc_mode == KD_TEXT) |
vc_mode | 645 | drivers/char/tty_io.c | if (vt_cons[fg_console]->vc_mode == KD_GRAPHICS) |
vc_mode | 274 | drivers/char/vt.c | if (vt_cons[console]->vc_mode == (unsigned char) arg) |
vc_mode | 276 | drivers/char/vt.c | vt_cons[console]->vc_mode = (unsigned char) arg; |
vc_mode | 291 | drivers/char/vt.c | put_user(vt_cons[console]->vc_mode, (int *) arg); |
vc_mode | 933 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT) |
vc_mode | 939 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT || |
vc_mode | 961 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT) |
vc_mode | 985 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT) |
vc_mode | 1010 | drivers/char/vt.c | if (vt_cons[fg_console]->vc_mode != KD_TEXT) |
vc_mode | 23 | drivers/char/vt_kern.h | unsigned char vc_mode; /* KD_TEXT, ... */ |