HomeSort by: relevance | last modified time | path
    Searched defs:copycols (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/rasops/
rasops_bitops.h 219 NAME(copycols)(void *cookie, int row, int src, int dst, int num) function
  /src/sys/arch/usermode/dev/
vncfb.c 64 void (*copycols)(void *, int, int, int, int); member in struct:vncfb_fbops
310 ops->copycols = ri->ri_ops.copycols;
315 ri->ri_ops.copycols = vncfb_copycols;
350 ops->copycols(ri, row, srccol, dstcol, ncols);
  /src/sys/dev/wscons/
wsdisplayvar.h 58 void (*copycols)(void *, int, int, int, int); member in struct:wsdisplay_emulops
wsdisplay_vcons.c 72 void (*copycols)(void *, int, int, int, int); member in struct:vcons_data_private
403 vdp->copycols = vcons_copycols_noread;
405 vdp->copycols = ri->ri_ops.copycols;
424 ri->ri_ops.copycols = vcons_copycols;
546 vdp->copycols = vcons_copycols_noread;
548 vdp->copycols = ri->ri_ops.copycols;
568 ri->ri_ops.copycols = vcons_copycols;
1011 scr->scr_vd->private->copycols(cookie, row, srccol, dstcol
    [all...]
  /src/sys/dev/pci/
wcfb.c 94 void (*copycols)(void *, int, int, int, int); member in struct:wcfb_softc
525 sc->copycols = ri->ri_ops.copycols;
530 ri->ri_ops.copycols = wcfb_acc_copycols;
537 ri->ri_ops.copycols = wcfb_copycols;
631 sc->copycols(ri, row, srccol, dstcol, ncols);

Completed in 22 milliseconds