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

/freebsd-13-stable/sys/dev/syscons/
H A Dscvtb.c178 sc_vtb_copy(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int to, int count) argument
182 bcopy_toio(sc_vtb_pointer(vtb1, from),
185 else if (vtb1->vtb_type == VTB_FRAMEBUFFER)
186 bcopy_fromio(sc_vtb_pointer(vtb1, from),
190 bcopy((void *)sc_vtb_pointer(vtb1, from),
196 sc_vtb_append(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int count) argument
205 if (vtb1->vtb_type == VTB_FRAMEBUFFER)
206 bcopy_fromio(sc_vtb_pointer(vtb1, from),
210 bcopy((void *)sc_vtb_pointer(vtb1, from),
H A Dsyscons.h653 void sc_vtb_copy(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int to,
655 void sc_vtb_append(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2,

Completed in 177 milliseconds