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.c538 VT_UNLOCK(vd); in vt_proc_window_switch()
541 VT_UNLOCK(vd); in vt_proc_window_switch()
609 VT_UNLOCK(vd); in vt_window_switch()
614 VT_UNLOCK(vd); in vt_window_switch()
623 VT_UNLOCK(vd); in vt_window_switch()
871 VT_UNLOCK(vd); in vt_scrollmode_kbdevent()
952 VT_UNLOCK(vd); in vt_processkey()
2114 VT_UNLOCK(vd); in vt_change_font()
2141 VT_UNLOCK(vd); in vt_change_font()
2145 VT_UNLOCK(v in vt_change_font()
[all...]
H A Dvt.h177 #define VT_UNLOCK(vd) mtx_unlock(&(vd)->vd_lock) macro