Home | Sort by: relevance | last modified time | path |
/src/sys/dev/wscons/ | |
wsdisplay_vcons.c | 666 uint32_t *charptr = scr->scr_chars, c; local in function:vcons_redraw_screen 703 c = charptr[offset]; 745 vdp->chars[boffset] = charptr[offset]; 769 uint32_t *charptr = scr->scr_chars; local in function:vcons_update_screen 802 if ((vdp->chars[boffset] != charptr[offset]) || 805 charptr[offset], attrptr[offset]); 806 vdp->chars[boffset] = charptr[offset]; |
wsdisplay_vcons.c | 666 uint32_t *charptr = scr->scr_chars, c; local in function:vcons_redraw_screen 703 c = charptr[offset]; 745 vdp->chars[boffset] = charptr[offset]; 769 uint32_t *charptr = scr->scr_chars; local in function:vcons_update_screen 802 if ((vdp->chars[boffset] != charptr[offset]) || 805 charptr[offset], attrptr[offset]); 806 vdp->chars[boffset] = charptr[offset]; |