Home
last modified time | relevance | path

Searched refs:VTBUF_GET_FIELD (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt.h268 #define VTBUF_GET_FIELD(vb, r, c) \ macro
H A Dvt_core.c1382 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in vt_flush_to_buffer()
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c662 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 Dofwfb.c277 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in ofwfb_bitblt_text()
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c410 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in vt_fb_bitblt_text()