| /openbsd-src/sys/dev/wscons/ |
| H A D | wsemul_dumb.c | 95 emulops->erasecols == NULL || emulops->eraserows == NULL; in wsemul_dumb_cnattach() 208 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_dumb_output() 248 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_dumb_output() 315 (*edp->emulops->eraserows)(edp->emulcookie, 0, edp->nrows, in wsemul_dumb_resetop()
|
| H A D | wsemul_sun.c | 306 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_sun_output_lowchars() 453 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_sun_control() 476 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_sun_control() 490 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_sun_control() 1083 (*edp->emulops->eraserows)(edp->emulcookie, 0, edp->nrows, in wsemul_sun_resetop() 1107 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_sun_scrollup() 1127 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_sun_scrollup()
|
| H A D | wsemul_vt100_subr.c | 67 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_vt100_scrollup() 104 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_vt100_scrolldown() 138 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_vt100_ed() 150 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_vt100_ed() 167 WSEMULOP(rc, edp, &edp->abortstate, eraserows, in wsemul_vt100_ed()
|
| H A D | wsdisplayvar.h | 82 int (*eraserows)(void *c, int row, int nrows, uint32_t attr); member
|
| H A D | wsdisplay.c | 822 emulops->erasecols == NULL || emulops->eraserows == NULL)
|
| /openbsd-src/sys/arch/sparc64/dev/ |
| H A D | ifb.c | 496 ri->ri_ops.eraserows = ifb_eraserows; in ifbattach() 503 ri->ri_ops.eraserows = ifb_eraserows_dumb; in ifbattach() 909 sc->sc_old_ops.eraserows(cookie, row, num, attr); in ifb_eraserows_dumb() 911 sc->sc_old_ops.eraserows(cookie, row, num, attr); in ifb_eraserows_dumb()
|
| H A D | creator.c | 187 sc->sc_sunfb.sf_ro.ri_ops.eraserows = creator_ras_eraserows; in creator_attach() 245 ri->ri_ops.eraserows(ri, 0, ri->ri_rows, attr); in creator_ioctl()
|
| H A D | radeonfb.c | 232 ri->ri_ops.eraserows = radeonfb_eraserows; in radeonfb_attach()
|
| H A D | gfxp.c | 244 ri->ri_ops.eraserows = gfxp_eraserows; in gfxp_attach()
|
| H A D | raptor.c | 231 ri->ri_ops.eraserows = raptor_eraserows; in raptor_attach()
|
| H A D | machfb.c | 313 ri->ri_ops.eraserows = machfb_eraserows; in machfb_attach()
|
| /openbsd-src/sys/dev/rasops/ |
| H A D | rasops.c | 277 ri->ri_eraserows = ri->ri_ops.eraserows; in rasops_init() 298 ri->ri_ops.eraserows = rasops_vcons_eraserows; in rasops_init() 310 ri->ri_ops.eraserows = rasops_wronly_eraserows; in rasops_init() 434 ri->ri_ops.eraserows = rasops_eraserows; in rasops_reconfig() 493 ri->ri_ops.eraserows = rasops_eraserows_rotated; in rasops_reconfig()
|
| /openbsd-src/sys/dev/fdt/ |
| H A D | ssdfb.c | 330 sc->sc_riops.eraserows = ri->ri_eraserows; in ssdfb_attach() 809 sc->sc_riops.eraserows(cookie, row, num, attr); in ssdfb_eraserows()
|
| /openbsd-src/sys/arch/luna88k/dev/ |
| H A D | lunafb.c | 462 ri->ri_ops.eraserows = om_eraserows; in omfb_getdevconfig()
|
| /openbsd-src/sys/arch/loongson/dev/ |
| H A D | radeonfb.c | 674 ri->ri_ops.eraserows = radeonfb_eraserows; in radeonfb_setup()
|
| H A D | smfb.c | 482 ri->ri_ops.eraserows = smfb_eraserows; in smfb_setup()
|
| /openbsd-src/sys/dev/sbus/ |
| H A D | mgx.c | 631 sc->sc_sunfb.sf_ro.ri_ops.eraserows = mgx_ras_eraserows; in mgx_ras_init()
|
| H A D | zx.c | 292 ri->ri_ops.eraserows = zx_eraserows; in zx_attach()
|
| H A D | cgsix.c | 214 sc->sc_sunfb.sf_ro.ri_ops.eraserows = cgsix_ras_eraserows; in cgsixattach()
|
| /openbsd-src/sys/dev/pcmcia/ |
| H A D | cfxga.c | 514 ri->ri_ops.eraserows = cfxga_eraserows; in cfxga_alloc_screen()
|
| /openbsd-src/sys/dev/pci/ |
| H A D | tga.c | 393 rip->ri_ops.eraserows = tga_eraserows;
|
| /openbsd-src/sys/dev/ic/ |
| H A D | sti.c | 73 .eraserows = sti_eraserows,
|
| /openbsd-src/sys/dev/usb/ |
| H A D | udl.c | 644 sc->sc_ri.ri_ops.eraserows = udl_eraserows; in udl_alloc_screen()
|