Searched refs:VTY_VT (Results 1 – 6 of 6) sorted by relevance
161 if (!vty_enabled(VTY_VT)) in vt_fini_logos()215 if (!vty_enabled(VTY_VT)) in vt_init_logos()
74 if (!vty_enabled(VTY_VT)) in consolectl_drvinit()
490 if (!vty_enabled(VTY_VT)) in sysmouse_drvinit()
287 if (!vty_enabled(VTY_VT)) in vt_update_static() 1844 if (!vty_enabled(VTY_VT)) in vtterm_cnprobe() 3161 if (!vty_enabled(VTY_VT)) in vt_upgrade() 3366 if (!vty_enabled(VTY_VT)) in vt_allocate() 3396 if (!vty_enabled(VTY_VT)) in vt_deallocate()
761 vty_selected = VTY_VT; in vty_enabled()766 vty_selected = VTY_VT; in vty_enabled()772 if (vty_selected == VTY_VT) in vty_enabled()
146 #define VTY_VT 0x02 macro