taglinefilesource code
vt_cons173kernel/chr_drv/console.c#define vtmode    (vt_cons[currcons].vt_mode)
vt_cons1206kernel/chr_drv/console.cif (vt_cons[fg_console].vt_mode == KD_GRAPHICS)
vt_cons1466kernel/chr_drv/console.cif (vt_cons[fg_console].vt_mode == KD_GRAPHICS)
vt_cons110kernel/chr_drv/tty_io.cif (vt_cons[fg_console].vt_mode == KD_GRAPHICS)
vt_cons26kernel/chr_drv/vt.cstruct vt_cons vt_cons[NR_CONSOLES];
vt_cons123kernel/chr_drv/vt.cif (vt_cons[console].vt_mode == (unsigned char) arg)
vt_cons125kernel/chr_drv/vt.cvt_cons[console].vt_mode = (unsigned char) arg;
vt_cons137kernel/chr_drv/vt.cput_fs_long(vt_cons[console].vt_mode, (unsigned long *) arg);
vt_cons13kernel/chr_drv/vt_kern.h} vt_cons[NR_CONSOLES];