Searched refs:vtb2 (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
192 if (vtb2->vtb_type == VTB_FRAMEBUFFER)
194 sc_vtb_pointer(vtb2, to),
198 sc_vtb_pointer(vtb2, to),
203 (void *)sc_vtb_pointer(vtb2, to),
208 sc_vtb_append(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int count) argument
212 if (vtb2->vtb_type != VTB_RINGBUFFER)
216 len = imin(count, vtb2->vtb_size - vtb2->vtb_tail);
220 sc_vtb_pointer(vtb2, vtb
[all...]
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
235 p2 = vtb_pointer(vtb2, to);
236 if (vtb2->vtb_type == VTB_FRAMEBUFFER) {
244 p2 + attr_offset(vtb2),
249 (void *)(p2 + attr_offset(vtb2)),
255 sc_vtb_append(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int count) argument
260 if (vtb2->vtb_type != VTB_RINGBUFFER)
265 p2 = vtb_pointer(vtb2, vtb2->vtb_tail);
266 len = imin(count, vtb2
[all...]

Completed in 122 milliseconds