Searched refs:vtb1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/syscons/
H A Dscvtb.c188 sc_vtb_copy(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int to, int count) argument
193 bcopy_toio(sc_vtb_pointer(vtb1, from),
196 else if (vtb1->vtb_type == VTB_FRAMEBUFFER)
197 bcopy_fromio(sc_vtb_pointer(vtb1, from),
202 bcopy((void *)sc_vtb_pointer(vtb1, from),
208 sc_vtb_append(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int count) argument
218 if (vtb1->vtb_type == VTB_FRAMEBUFFER)
219 bcopy_fromio(sc_vtb_pointer(vtb1, from),
224 bcopy((void *)sc_vtb_pointer(vtb1, from),
H A Dsyscons.h668 void sc_vtb_copy(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int to,
670 void sc_vtb_append(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2,
/freebsd-11-stable/sys/pc98/cbus/
H A Dscvtb.c230 sc_vtb_copy(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int to, int count) argument
234 p1 = vtb_pointer(vtb1, from);
238 bcopy_toio(p1 + attr_offset(vtb1),
241 } else if (vtb1->vtb_type == VTB_FRAMEBUFFER) {
248 bcopy((void *)(p1 + attr_offset(vtb1)),
255 sc_vtb_append(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int count) argument
264 p1 = vtb_pointer(vtb1, from);
267 if (vtb1->vtb_type == VTB_FRAMEBUFFER) {
274 bcopy((void *)(p1 + attr_offset(vtb1)),

Completed in 62 milliseconds