Searched refs:vw_buf (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/sys/dev/vt/
H A Dvt_core.c200 .vw_buf = {
581 diff = vthistory_seek(&vw->vw_buf, offset, whence);
666 VTBUF_SLCK_DISABLE(&vw->vw_buf);
767 VTBUF_SLCK_ENABLE(&vw->vw_buf);
771 VTBUF_SLCK_DISABLE(&vw->vw_buf);
934 vtbuf_cursor_position(&vw->vw_buf, p);
943 vtbuf_putchar(&vw->vw_buf, p, c);
952 vtbuf_fill_locked(&vw->vw_buf, r, c);
962 vtbuf_copy(&vw->vw_buf, r, p);
973 vtbuf_cursor_visibility(&vw->vw_buf, ar
[all...]
H A Dvt.h258 struct vt_buf vw_buf; /* (u) Screen buffer. */ member in struct:vt_window
/freebsd-10.1-release/sys/dev/fb/
H A Dcreator_vt.c243 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col);
246 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg);
/freebsd-10.1-release/sys/dev/vt/hw/fb/
H A Dvt_fb.c335 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col);
338 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg);
/freebsd-10.1-release/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c221 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col);
224 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg);
/freebsd-10.1-release/sys/dev/vt/hw/vga/
H A Dvt_vga.c611 vb = &vw->vw_buf;
864 vb = &vw->vw_buf;

Completed in 185 milliseconds