/src/sys/arch/usermode/dev/ |
vncfb.c | 70 void (*eraserows)(void *, int, int, long); member in struct:vncfb_fbops 312 ops->eraserows = ri->ri_ops.eraserows; 319 ri->ri_ops.eraserows = vncfb_eraserows; 427 ops->eraserows(ri, row, nrows, fillattr);
|
/src/sys/dev/wscons/ |
wsdisplayvar.h | 61 void (*eraserows)(void *, int, int, long); member in struct:wsdisplay_emulops
|
wsdisplay_vcons.c | 75 void (*eraserows)(void *, int, int, long); member in struct:vcons_data_private 398 vdp->eraserows = ri->ri_ops.eraserows; 420 ri->ri_ops.eraserows = vcons_eraserows; 513 vdp->eraserows(ri, 0, ri->ri_rows, scr->scr_defattr); 540 vdp->eraserows = ri->ri_ops.eraserows; 564 ri->ri_ops.eraserows = vcons_eraserows; 683 vdp->eraserows(ri, 0, ri->ri_rows, 1250 vdp->eraserows(cookie, row, nrows, fillattr) [all...] |
/src/sys/dev/pci/ |
wcfb.c | 97 void (*eraserows)(void *, int, int, long); member in struct:wcfb_softc 525 sc->eraserows = ri->ri_ops.eraserows; 532 ri->ri_ops.eraserows = wcfb_acc_eraserows; 539 ri->ri_ops.eraserows = wcfb_eraserows; 706 sc->eraserows(ri, row, nrows, fillattr);
|