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

  /src/sys/arch/usermode/dev/
vncfb.c 67 void (*copycols)(void *, int, int, int, int); member in struct:vncfb_fbops
313 ops->copycols = ri->ri_ops.copycols;
318 ri->ri_ops.copycols = vncfb_copycols;
353 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
526 sc->copycols = ri->ri_ops.copycols;
531 ri->ri_ops.copycols = wcfb_acc_copycols;
538 ri->ri_ops.copycols = wcfb_copycols;
632 sc->copycols(ri, row, srccol, dstcol, ncols);

Completed in 39 milliseconds