Lines Matching defs:dstrow
1109 vcons_copyrows_buffer(void *cookie, int srcrow, int dstrow, int nrows)
1117 if (dstrow == 0 && offset != 0) {
1119 to = ri->ri_cols * dstrow;
1127 to = ri->ri_cols * dstrow + offset;
1139 vcons_copyrows(void *cookie, int srcrow, int dstrow, int nrows)
1144 vcons_copyrows_buffer(cookie, srcrow, dstrow, nrows);
1154 scr->scr_vd->private->copyrows(cookie, srcrow, dstrow, nrows);
1161 vcons_copyrows_noread(void *cookie, int srcrow, int dstrow, int nrows)
1178 ppos = ri->ri_cols * dstrow;
1180 for (l = dstrow; l < (dstrow + nrows); l++) {
1198 if (ri->ri_crow >= dstrow && ri->ri_crow < (dstrow + nrows))