Home | History | Annotate | Download | only in pci

Lines Matching defs:to0

554 	uint8_t *from, *to0, *to1;
559 to0 = sc->sc_fb0 + offset;
562 memcpy(to0, from, ri->ri_font->fontwidth);
564 to0 += sc->sc_stride;
629 uint8_t *from, *to0, *to1;
634 to0 = sc->sc_fb0 + offset;
637 memcpy(to0, from, ri->ri_font->fontwidth * ncols);
639 to0 += sc->sc_stride;
653 uint8_t *to0, *to1;
658 to0 = sc->sc_fb0 + offset;
661 memset(to0, ri->ri_devcmap[(fillattr >> 16) & 0xff],
665 to0 += sc->sc_stride;
678 uint8_t *from, *to0, *to1;
684 to0 = sc->sc_fb0 + offset;
687 memcpy(to0, from, ri->ri_emuwidth);
689 to0 += sc->sc_stride;
703 uint8_t *to0, *to1;
708 to0 = sc->sc_fb0 + offset;
711 memset(to0, ri->ri_devcmap[(fillattr >> 16) & 0xff],
715 to0 += sc->sc_stride;