Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt_cpulogos.c169 VT_UNLOCK(vd); in vt_fini_logos()
173 VT_UNLOCK(vd); in vt_fini_logos()
201 VT_UNLOCK(vd); in vt_fini_logos()
242 VT_UNLOCK(vd); in vt_init_logos()
268 VT_UNLOCK(vd); in vt_init_logos()
H A Dvt_core.c539 VT_UNLOCK(vd); in vt_proc_window_switch()
542 VT_UNLOCK(vd); in vt_proc_window_switch()
610 VT_UNLOCK(vd); in vt_window_switch()
615 VT_UNLOCK(vd); in vt_window_switch()
624 VT_UNLOCK(vd); in vt_window_switch()
872 VT_UNLOCK(vd); in vt_scrollmode_kbdevent()
953 VT_UNLOCK(vd); in vt_processkey()
2145 VT_UNLOCK(vd); in vtterm_opened()
2172 VT_UNLOCK(vd); in vt_change_font()
2176 VT_UNLOCK(vd); in vt_change_font()
[all …]
H A Dvt.h177 #define VT_UNLOCK(vd) mtx_unlock(&(vd)->vd_lock) macro