tag | line | file | source code |
---|---|---|---|
vcmode | 353 | drivers/char/console.c | if (currcons != fg_console || console_blanked || vcmode == KD_GRAPHICS) |
vcmode | 371 | drivers/char/console.c | if (currcons != fg_console || console_blanked || vcmode == KD_GRAPHICS) |
vcmode | 1278 | drivers/char/console.c | if (vcmode != KD_GRAPHICS) |
vcmode | 1424 | drivers/char/console.c | vcmode = KD_TEXT; |
vcmode | 1487 | drivers/char/console.c | if (vcmode == KD_TEXT) |