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

/freebsd-9.3-release/sys/dev/vt/
H A Dvt.h184 void vtbuf_fill_locked(struct vt_buf *, const term_rect_t *, term_char_t);
H A Dvt_buf.c357 vtbuf_fill_locked(struct vt_buf *vb, const term_rect_t *r, term_char_t c) function
360 ("vtbuf_fill_locked begin.tp_row %d must be < screen width %d",
363 ("vtbuf_fill_locked begin.tp_col %d must be < screen height %d",
367 ("vtbuf_fill_locked end.tp_row %d must be <= screen width %d",
370 ("vtbuf_fill_locked end.tp_col %d must be <= screen height %d",
H A Dvt_core.c624 vtbuf_fill_locked(&vw->vw_buf, r, c);

Completed in 108 milliseconds