Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/vt/
Dvt.h220 void vtbuf_lock(struct vt_buf *);
Dvt_core.c1249 vtbuf_lock(&vw->vw_buf); in vt_mark_mouse_position_as_dirty()
1309 vtbuf_lock(&vw->vw_buf); in vt_flush()
1395 vtbuf_lock(&vw->vw_buf); in vtterm_pre_input()
Dvt_buf.c257 vtbuf_lock(struct vt_buf *vb) in vtbuf_lock() function