taglinefilesource code
vt_mode188kernel/chr_drv/console.c#define vtmode    (vt_cons[currcons].vt_mode)
vt_mode1209kernel/chr_drv/console.cif (vt_cons[fg_console].vt_mode == KD_GRAPHICS)
vt_mode1488kernel/chr_drv/console.cif (vt_cons[fg_console].vt_mode == KD_GRAPHICS)
vt_mode109kernel/chr_drv/tty_io.cif (vt_cons[fg_console].vt_mode == KD_GRAPHICS)
vt_mode122kernel/chr_drv/vt.cif (vt_cons[console].vt_mode == (unsigned char) arg)
vt_mode124kernel/chr_drv/vt.cvt_cons[console].vt_mode = (unsigned char) arg;
vt_mode136kernel/chr_drv/vt.cput_fs_long(vt_cons[console].vt_mode, (unsigned long *) arg);
vt_mode9kernel/chr_drv/vt_kern.hint    vt_mode;    /* KD_TEXT, ... */