Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt.h203 struct vt_buf { struct
204 struct mtx vb_lock; /* Buffer lock. */
205 struct terminal *vb_terminal;
206 term_pos_t vb_scr_size; /* (b) Screen dimensions. */
207 int vb_flags; /* (b) Flags. */
231 void vtbuf_lock(struct vt_buf *); argument