Searched refs:vw_buf (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/dev/vt/ |
| HD | vt_cpulogos.c | 187 vtbuf_grow(&vw->vw_buf, &size, vw->vw_buf.vb_history_size); in vt_fini_logos() 189 terminal_set_cursor(tm, &vw->vw_buf.vb_cursor); in vt_fini_logos() 246 vtbuf_grow(&vw->vw_buf, &size, vw->vw_buf.vb_history_size); in vt_init_logos() 248 terminal_set_cursor(tm, &vw->vw_buf.vb_cursor); in vt_init_logos()
|
| HD | vt_core.c | 215 .vw_buf = { 659 diff = vthistory_seek(&vw->vw_buf, offset, whence); in vt_scroll() 743 VTBUF_SLCK_DISABLE(&vw->vw_buf); in vt_scrollmode_kbdevent() 842 VTBUF_SLCK_ENABLE(&vw->vw_buf); in vt_processkey() 846 VTBUF_SLCK_DISABLE(&vw->vw_buf); in vt_processkey() 1018 vtbuf_cursor_position(&vw->vw_buf, p); in vtterm_cursor() 1027 vtbuf_putchar(&vw->vw_buf, p, c); in vtterm_putchar() 1036 vtbuf_fill_locked(&vw->vw_buf, r, c); in vtterm_fill() 1046 vtbuf_copy(&vw->vw_buf, r, p); in vtterm_copy() 1057 vtbuf_cursor_visibility(&vw->vw_buf, arg); in vtterm_param() [all …]
|
| HD | vt.h | 274 struct vt_buf vw_buf; /* (u) Screen buffer. */ member
|
| /NextBSD/sys/dev/fb/ |
| HD | creator_vt.c | 243 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in creatorfb_bitblt_text() 246 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg); in creatorfb_bitblt_text()
|
| /NextBSD/sys/dev/vt/hw/ofwfb/ |
| HD | ofwfb.c | 246 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in ofwfb_bitblt_text() 249 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg); in ofwfb_bitblt_text()
|
| /NextBSD/sys/dev/vt/hw/fb/ |
| HD | vt_fb.c | 344 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in vt_fb_bitblt_text() 347 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg); in vt_fb_bitblt_text()
|
| /NextBSD/sys/dev/vt/hw/vga/ |
| HD | vt_vga.c | 609 vb = &vw->vw_buf; in vga_bitblt_one_text_pixels_block() 862 vb = &vw->vw_buf; in vga_bitblt_text_txtmode()
|