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

  /src/sys/dev/wscons/
wsdisplay_vcons.c 147 static void vcons_copyrows_noread(void *, int, int, int);
409 vdp->copyrows = vcons_copyrows_noread;
552 vdp->copyrows = vcons_copyrows_noread;
1174 vcons_copyrows_noread(void *cookie, int srcrow, int dstrow, int nrows) function in typeref:typename:void
wsdisplay_vcons.c 147 static void vcons_copyrows_noread(void *, int, int, int);
409 vdp->copyrows = vcons_copyrows_noread;
552 vdp->copyrows = vcons_copyrows_noread;
1174 vcons_copyrows_noread(void *cookie, int srcrow, int dstrow, int nrows) function in typeref:typename:void

Completed in 25 milliseconds