Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
wcfb.c | 553 uint8_t *from, *to0, *to1; local in function:wcfb_putchar 559 to1 = sc->sc_fb1 + offset; 562 memcpy(to1, from, ri->ri_font->fontwidth); 564 to1 += sc->sc_stride; 628 uint8_t *from, *to0, *to1; local in function:wcfb_copycols 634 to1 = sc->sc_fb1 + offset; 637 memcpy(to1, from, ri->ri_font->fontwidth * ncols); 639 to1 += sc->sc_stride; 652 uint8_t *to0, *to1; local in function:wcfb_erasecols 658 to1 = sc->sc_fb1 + offset 677 uint8_t *from, *to0, *to1; local in function:wcfb_copyrows 702 uint8_t *to0, *to1; local in function:wcfb_eraserows [all...] |