HomeSort by: relevance | last modified time | path
    Searched defs:to0 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
wcfb.c 553 uint8_t *from, *to0, *to1; local in function:wcfb_putchar
558 to0 = sc->sc_fb0 + offset;
561 memcpy(to0, from, ri->ri_font->fontwidth);
563 to0 += sc->sc_stride;
628 uint8_t *from, *to0, *to1; local in function:wcfb_copycols
633 to0 = sc->sc_fb0 + offset;
636 memcpy(to0, from, ri->ri_font->fontwidth * ncols);
638 to0 += sc->sc_stride;
652 uint8_t *to0, *to1; local in function:wcfb_erasecols
657 to0 = sc->sc_fb0 + offset
677 uint8_t *from, *to0, *to1; local in function:wcfb_copyrows
702 uint8_t *to0, *to1; local in function:wcfb_eraserows
    [all...]

Completed in 11 milliseconds