Home
last modified time | relevance | path

Searched refs:copycols (Results 1 – 25 of 62) sorted by relevance

123

/netbsd-src/sys/dev/wscons/
H A Dwsdisplay_vcons.c72 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 Dvt100_base.h90 #define COPYCOLS(d, f, t, n) (*(d)->emulops->copycols)((d)->emulcookie, \
H A Dwsdisplayvar.h58 void (*copycols)(void *, int, int, int, int); member
H A Dwsemul_sun.c351 (*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 Dwsemul_vt100.c919 (*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 Dvncfb.c67 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 Dwcfb.c94 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 Dlynxfb.c533 ri->ri_ops.copycols = lynxfb_vcons_copycols; in lynxfb_init_screen()
613 ri->ri_ops.copycols = lynxfb_copycols; in lynxfb_setup()
H A Dtga.c118 .copycols = tga_copycols,
375 rip->ri_ops.copycols = tga_copycols; in tga_init()
/netbsd-src/sys/dev/rasops/
H A Drasops4.c86 ri->ri_ops.copycols = rasops4_copycols; in rasops4_init()
H A Drasops2.c87 ri->ri_ops.copycols = rasops2_copycols; in rasops2_init()
H A Drasops1.c69 ri->ri_ops.copycols = rasops1_copycols; in rasops1_init()
H A Drasops.c496 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 Drasops_bitops.h219 NAME(copycols)(void *cookie, int row, int src, int dst, int num) in NAME() argument
/netbsd-src/sys/arch/amiga/dev/
H A Dgrf.c531 ri->ri_ops.copycols = gp->g_emulops->copycols; in grf_setup_rasops()
/netbsd-src/sys/dev/rcons/
H A Drcons_subr.c606 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 Dnewport.c669 ri->ri_ops.copycols = newport_copycols; in newport_cnattach()
706 ri->ri_ops.copycols = newport_copycols; in newport_init_screen()
H A Dlight.c123 .copycols = light_copycols,
/netbsd-src/sys/arch/sparc64/dev/
H A Dgfb.c387 ri->ri_ops.copycols = gfb_copycols; in gfb_init_screen()
/netbsd-src/sys/arch/zaurus/dev/
H A Dw100.c537 (*scr->rinfo.ri_ops.copycols)(&scr->rinfo, row, src, dst, num); in w100_copycols()
/netbsd-src/sys/arch/playstation2/ee/
H A Dgsfb.c227 .copycols = _gsfb_copycols,
/netbsd-src/sys/arch/hp300/dev/
H A Ddiofb.c205 ri->ri_ops.copycols = diofb_copycols; in diofb_fbsetup()
/netbsd-src/sys/dev/ic/
H A Dssdfb.c366 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 Dhpcfb.c223 .copycols = hpcfb_copycols,
1131 rasops_emul.copycols(ri, row, srccol, dstcol, ncols); in hpcfb_copycols()
/netbsd-src/sys/arch/evbppc/explora/dev/
H A Dfb_elb.c241 ri->ri_ops.copycols = fb_copycols; in fb_init()

123