Home
last modified time | relevance | path

Searched refs:VTY_VT (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/dev/vt/
H A Dvt_consolectl.c75 if (!vty_enabled(VTY_VT)) in consolectl_drvinit()
H A Dvt_cpulogos.c162 if (!vty_enabled(VTY_VT)) in vt_fini_logos()
216 if (!vty_enabled(VTY_VT)) in vt_init_logos()
H A Dvt_sysmouse.c481 if (!vty_enabled(VTY_VT)) in sysmouse_drvinit()
H A Dvt_core.c285 if (!vty_enabled(VTY_VT)) in vt_update_static()
1836 if (!vty_enabled(VTY_VT)) in vtterm_cnprobe()
3150 if (!vty_enabled(VTY_VT)) in vt_upgrade()
3355 if (!vty_enabled(VTY_VT)) in vt_allocate()
3385 if (!vty_enabled(VTY_VT)) in vt_deallocate()
/freebsd-14.2/sys/kern/
H A Dkern_cons.c738 vty_selected = VTY_VT; in vty_enabled()
743 vty_selected = VTY_VT; in vty_enabled()
749 if (vty_selected == VTY_VT) in vty_enabled()
/freebsd-14.2/sys/sys/
H A Dcons.h146 #define VTY_VT 0x02 macro