Searched refs:vt_buf (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/vt/
H A Dvt.h204 struct vt_buf { struct
232 void vtbuf_lock(struct vt_buf *);
233 void vtbuf_unlock(struct vt_buf *);
234 void vtbuf_copy(struct vt_buf *, const term_rect_t *, const term_pos_t *);
235 void vtbuf_fill(struct vt_buf *, const term_rect_t *, term_char_t);
236 void vtbuf_init_early(struct vt_buf *);
237 void vtbuf_init(struct vt_buf *, const term_pos_t *);
238 void vtbuf_grow(struct vt_buf *, const term_pos_t *, unsigned int);
239 void vtbuf_putchar(struct vt_buf *, const term_pos_t *, term_char_t);
240 void vtbuf_cursor_position(struct vt_buf *, cons
[all...]
H A Dvt_buf.c56 static int vtbuf_htw(const struct vt_buf *vb, int row);
57 static int vtbuf_wth(const struct vt_buf *vb, int row);
70 vthistory_seek(struct vt_buf *vb, int offset, int whence)
126 vthistory_addlines(struct vt_buf *vb, int offset)
154 vthistory_getpos(const struct vt_buf *vb, unsigned int *offset)
163 vtbuf_htw(const struct vt_buf *vb, int row)
178 vtbuf_wth(const struct vt_buf *vb, int row)
208 vtbuf_iscursor(const struct vt_buf *vb, int row, int col)
253 vtbuf_lock(struct vt_buf *vb)
260 vtbuf_unlock(struct vt_buf *v
[all...]
/freebsd-current/sys/dev/vt/hw/vga/
H A Dvt_vga.c611 const struct vt_buf *vb;
866 const struct vt_buf *vb;

Completed in 78 milliseconds