Lines Matching defs:dstrow
1122 vcons_copyrows_buffer(void *cookie, int srcrow, int dstrow, int nrows)
1130 if (dstrow == 0 && offset != 0) {
1132 to = ri->ri_cols * dstrow;
1140 to = ri->ri_cols * dstrow + offset;
1152 vcons_copyrows(void *cookie, int srcrow, int dstrow, int nrows)
1157 vcons_copyrows_buffer(cookie, srcrow, dstrow, nrows);
1167 scr->scr_vd->private->copyrows(cookie, srcrow, dstrow, nrows);
1174 vcons_copyrows_noread(void *cookie, int srcrow, int dstrow, int nrows)
1191 ppos = ri->ri_cols * dstrow;
1193 for (l = dstrow; l < (dstrow + nrows); l++) {
1211 if (ri->ri_crow >= dstrow && ri->ri_crow < (dstrow + nrows))