Home
last modified time | relevance | path

Searched refs:VT_UNLOCK (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/dev/vt/
H A Dvt_cpulogos.c170 VT_UNLOCK(vd); in vt_fini_logos()
174 VT_UNLOCK(vd); in vt_fini_logos()
202 VT_UNLOCK(vd); in vt_fini_logos()
243 VT_UNLOCK(vd); in vt_init_logos()
269 VT_UNLOCK(vd); in vt_init_logos()
H A Dvt_core.c536 VT_UNLOCK(vd); in vt_proc_window_switch()
539 VT_UNLOCK(vd); in vt_proc_window_switch()
607 VT_UNLOCK(vd); in vt_window_switch()
612 VT_UNLOCK(vd); in vt_window_switch()
621 VT_UNLOCK(vd); in vt_window_switch()
869 VT_UNLOCK(vd); in vt_scrollmode_kbdevent()
2103 VT_UNLOCK(vd); in vtterm_opened()
2134 VT_UNLOCK(vd); in vt_change_font()
2175 VT_UNLOCK(vd); in vt_change_font()
3198 VT_UNLOCK(vd); in vt_upgrade()
[all …]
H A Dvt.h178 #define VT_UNLOCK(vd) mtx_unlock(&(vd)->vd_lock) macro