Searched refs:to_row_start (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c938 unsigned short *to_row_start; local
971 to_row_start = base + ((ma->t_row * TEXT_COLS) + ma->t_col);
974 if (to_row_start < from_row_start) {
976 to = to_row_start;
978 to_row_start += TEXT_COLS;
988 to_row_start += cnt;
992 to_row_start -= TEXT_COLS;
994 to = to_row_start;
/illumos-gate/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c1064 unsigned short *to_row_start; local
1097 to_row_start = base + ((ma->t_row * TEXT_COLS) + ma->t_col);
1100 if (to_row_start < from_row_start) {
1102 to = to_row_start;
1104 to_row_start += TEXT_COLS;
1114 to_row_start += cnt;
1118 to_row_start -= TEXT_COLS;
1120 to = to_row_start;
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c2316 unsigned char *to_row_start; local
2324 to_row_start = base + ((t_row * cols) + t_col);
2327 if (to_row_start < from_row_start) {
2329 to = to_row_start;
2331 to_row_start += cols;
2341 to_row_start += cnt;
2345 to_row_start -= cols;
2347 to = to_row_start;

Completed in 447 milliseconds