Searched refs:vtb1 (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/sys/dev/misc/syscons/ |
| HD | scvtb.c | 198 sc_vtb_copy(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int to, int count) in sc_vtb_copy() argument 202 sc_vtb_bcopy(vtb1->vtb_buffer + from, vtb2->vtb_buffer + to, in sc_vtb_copy() 204 } else if (vtb1->vtb_type == VTB_FRAMEBUFFER) { in sc_vtb_copy() 205 sc_vtb_bcopy(vtb1->vtb_buffer + from, vtb2->vtb_buffer + to, in sc_vtb_copy() 208 sc_vtb_bcopy(vtb1->vtb_buffer + from, vtb2->vtb_buffer + to, in sc_vtb_copy() 214 sc_vtb_append(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int count) in sc_vtb_append() argument 223 if (vtb1->vtb_type == VTB_FRAMEBUFFER) { in sc_vtb_append() 224 sc_vtb_bcopy(vtb1->vtb_buffer + from, in sc_vtb_append() 228 sc_vtb_bcopy(vtb1->vtb_buffer + from, in sc_vtb_append()
|
| HD | syscons.h | 613 void sc_vtb_copy(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2, int to, 615 void sc_vtb_append(sc_vtb_t *vtb1, int from, sc_vtb_t *vtb2,
|