Searched refs:VTBUF_GET_FIELD (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/vt/ |
| H A D | vt.h | 268 #define VTBUF_GET_FIELD(vb, r, c) \ macro
|
| H A D | vt_core.c | 1382 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in vt_flush_to_buffer()
|
| /freebsd/sys/dev/vt/hw/vga/ |
| H A D | vt_vga.c | 662 c = VTBUF_GET_FIELD(vb, row, col); in vga_bitblt_one_text_pixels_block() 886 c = VTBUF_GET_FIELD(vb, row, col); in vga_bitblt_text_txtmode()
|
| /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()
|
| /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()
|