Home
last modified time | relevance | path

Searched defs:vt_buf (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/dev/vt/
H A Dvt.h194 struct vt_buf { struct
195 struct mtx vb_lock; /* Buffer lock. */
196 struct terminal *vb_terminal;
197 term_pos_t vb_scr_size; /* (b) Screen dimensions. */
198 int vb_flags; /* (b) Flags. */
222 void vtbuf_lock(struct vt_buf *); argument