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

/freebsd-13-stable/sys/dev/vt/
H A Dvt.h225 void vtbuf_copy(struct vt_buf *, const term_rect_t *, const term_pos_t *);
H A Dvt_buf.c312 vtbuf_copy(struct vt_buf *vb, const term_rect_t *r, const term_pos_t *p2) function
320 ("vtbuf_copy begin.tp_row %d must be less than screen width %d",
323 ("vtbuf_copy begin.tp_col %d must be less than screen height %d",
327 ("vtbuf_copy end.tp_row %d must be less than screen width %d",
330 ("vtbuf_copy end.tp_col %d must be less than screen height %d",
334 ("vtbuf_copy tp_row %d must be less than screen width %d",
337 ("vtbuf_copy tp_col %d must be less than screen height %d",
H A Dvt_core.c1150 vtbuf_copy(&vw->vw_buf, r, p);

Completed in 62 milliseconds