| /netbsd-src/sys/dev/wscons/ |
| H A D | wsdisplay_vcons.c | 72 void (*copycols)(void *, int, int, int, int); member 403 vdp->copycols = vcons_copycols_noread; in vcons_init_screen() 405 vdp->copycols = ri->ri_ops.copycols; in vcons_init_screen() 424 ri->ri_ops.copycols = vcons_copycols; in vcons_init_screen() 533 vdp->copycols = vcons_copycols_noread; in vcons_load_font() 535 vdp->copycols = ri->ri_ops.copycols; in vcons_load_font() 555 ri->ri_ops.copycols = vcons_copycols; in vcons_load_font() 998 scr->scr_vd->private->copycols(cooki in vcons_copycols_noread() [all...] |
| H A D | vt100_base.h | 90 #define COPYCOLS(d, f, t, n) (*(d)->emulops->copycols)((d)->emulcookie, \
|
| H A D | wsdisplayvar.h | 58 void (*copycols)(void *, int, int, int, int); member
|
| H A D | wsemul_sun.c | 351 (*edp->emulops->copycols)(edp->emulcookie, edp->crow, in wsemul_sun_control() 423 (*edp->emulops->copycols)(edp->emulcookie, edp->crow, in wsemul_sun_control()
|
| H A D | wsemul_vt100.c | 919 (*vd->emulops->copycols)(vd->emulcookie, in wsemul_vt100_output_esc_hash() 934 (*vd->emulops->copycols)(vd->emulcookie, in wsemul_vt100_output_esc_hash()
|
| /netbsd-src/sys/arch/usermode/dev/ |
| H A D | vncfb.c | 67 void (*copycols)(void *, int, int, int, int); member 313 ops->copycols = ri->ri_ops.copycols; in vncfb_init_screen() 318 ri->ri_ops.copycols = vncfb_copycols; in vncfb_init_screen() 353 ops->copycols(ri, row, srccol, dstcol, ncols); in vncfb_copycols()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | wcfb.c | 94 void (*copycols)(void *, int, int, int, int); member 526 sc->copycols = ri->ri_ops.copycols; in wcfb_init_screen() 531 ri->ri_ops.copycols = wcfb_acc_copycols; in wcfb_init_screen() 538 ri->ri_ops.copycols = wcfb_copycols; in wcfb_init_screen() 632 sc->copycols(ri, row, srccol, dstcol, ncols); in wcfb_copycols()
|
| H A D | lynxfb.c | 533 ri->ri_ops.copycols = lynxfb_vcons_copycols; in lynxfb_init_screen() 613 ri->ri_ops.copycols = lynxfb_copycols; in lynxfb_setup()
|
| H A D | tga.c | 118 .copycols = tga_copycols, 375 rip->ri_ops.copycols = tga_copycols; in tga_init()
|
| /netbsd-src/sys/dev/rasops/ |
| H A D | rasops4.c | 86 ri->ri_ops.copycols = rasops4_copycols; in rasops4_init()
|
| H A D | rasops2.c | 87 ri->ri_ops.copycols = rasops2_copycols; in rasops2_init()
|
| H A D | rasops1.c | 69 ri->ri_ops.copycols = rasops1_copycols; in rasops1_init()
|
| H A D | rasops.c | 496 ri->ri_ops.copycols = rasops_copycols; in rasops_reconfig() 568 ri->ri_ops.copycols = rasops_copycols_rotated_cw; in rasops_reconfig() 575 ri->ri_ops.copycols = rasops_copycols_rotated_ccw; in rasops_reconfig()
|
| H A D | rasops_bitops.h | 219 NAME(copycols)(void *cookie, int row, int src, int dst, int num) in NAME() argument
|
| /netbsd-src/sys/arch/amiga/dev/ |
| H A D | grf.c | 531 ri->ri_ops.copycols = gp->g_emulops->copycols; in grf_setup_rasops()
|
| /netbsd-src/sys/dev/rcons/ |
| H A D | rcons_subr.c | 606 rc->rc_ops->copycols(rc->rc_cookie, rc->rc_row, rc->rc_col + n, in rcons_delchar() 636 rc->rc_ops->copycols(rc->rc_cookie, rc->rc_row, rc->rc_col, in rcons_insertchar()
|
| /netbsd-src/sys/arch/sgimips/gio/ |
| H A D | newport.c | 669 ri->ri_ops.copycols = newport_copycols; in newport_cnattach() 706 ri->ri_ops.copycols = newport_copycols; in newport_init_screen()
|
| H A D | light.c | 123 .copycols = light_copycols,
|
| /netbsd-src/sys/arch/sparc64/dev/ |
| H A D | gfb.c | 387 ri->ri_ops.copycols = gfb_copycols; in gfb_init_screen()
|
| /netbsd-src/sys/arch/zaurus/dev/ |
| H A D | w100.c | 537 (*scr->rinfo.ri_ops.copycols)(&scr->rinfo, row, src, dst, num); in w100_copycols()
|
| /netbsd-src/sys/arch/playstation2/ee/ |
| H A D | gsfb.c | 227 .copycols = _gsfb_copycols,
|
| /netbsd-src/sys/arch/hp300/dev/ |
| H A D | diofb.c | 205 ri->ri_ops.copycols = diofb_copycols; in diofb_fbsetup()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | ssdfb.c | 366 ri->ri_ops.copycols = ssdfb_copycols; in ssdfb_attach() 652 sc->sc_orig_riops.copycols(cookie, row, srccol, dstcol, ncols); in ssdfb_copycols()
|
| /netbsd-src/sys/dev/hpc/ |
| H A D | hpcfb.c | 223 .copycols = hpcfb_copycols, 1131 rasops_emul.copycols(ri, row, srccol, dstcol, ncols); in hpcfb_copycols()
|
| /netbsd-src/sys/arch/evbppc/explora/dev/ |
| H A D | fb_elb.c | 241 ri->ri_ops.copycols = fb_copycols; in fb_init()
|