Searched refs:vw_buf (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/dev/vt/ |
| H A D | vt_cpulogos.c | 189 vtbuf_grow(&vw->vw_buf, &size, vw->vw_buf.vb_history_size); in vt_fini_logos() 191 terminal_set_cursor(tm, &vw->vw_buf.vb_cursor); in vt_fini_logos() 249 vtbuf_grow(&vw->vw_buf, &size, vw->vw_buf.vb_history_size); in vt_init_logos() 251 terminal_set_cursor(tm, &vw->vw_buf.vb_cursor); in vt_init_logos()
|
| H A D | vt_core.c | 244 .vw_buf = { 751 diff = vthistory_seek(&vw->vw_buf, offset, whence); in vt_scroll() 844 VTBUF_SLCK_DISABLE(&vw->vw_buf); in vt_scrollmode_kbdevent() 945 VTBUF_SLCK_ENABLE(&vw->vw_buf); in vt_processkey() 949 VTBUF_SLCK_DISABLE(&vw->vw_buf); in vt_processkey() 1184 vtbuf_cursor_position(&vw->vw_buf, p); in vtterm_cursor() 1192 vtbuf_putchar(&vw->vw_buf, p, c); in vtterm_putchar() 1201 vtbuf_unmark_on_cross(&vw->vw_buf, r->tr_begin.tp_row, in vtterm_fill() 1204 vtbuf_fill(&vw->vw_buf, r, c); in vtterm_fill() 1213 vtbuf_copy(&vw->vw_buf, r, p); in vtterm_copy() [all …]
|
| H A D | vt.h | 296 struct vt_buf vw_buf; /* (u) Screen buffer. */ member
|
| /freebsd/sys/dev/vt/hw/ofwfb/ |
| H A D | ofwfb.c | 277 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in ofwfb_bitblt_text() 280 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg); in ofwfb_bitblt_text()
|
| /freebsd/sys/dev/vt/hw/fb/ |
| H A D | vt_fb.c | 410 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in vt_fb_bitblt_text() 413 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg); in vt_fb_bitblt_text()
|
| /freebsd/sys/dev/vt/hw/vga/ |
| H A D | vt_vga.c | 623 vb = &vw->vw_buf; in vga_bitblt_one_text_pixels_block() 876 vb = &vw->vw_buf; in vga_bitblt_text_txtmode()
|