Home
last modified time | relevance | path

Searched refs:rows_to_move (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c940 screen_size_t rows_to_move; in vgatext_cons_copy() local
962 rows_to_move = ma->e_row - ma->s_row + 1; in vgatext_cons_copy()
965 if (ma->t_row + rows_to_move > TEXT_ROWS || in vgatext_cons_copy()
975 while (rows_to_move-- > 0) { in vgatext_cons_copy()
987 cnt = rows_to_move * TEXT_COLS + chars_per_row; in vgatext_cons_copy()
991 while (rows_to_move-- > 0) { in vgatext_cons_copy()
/titanic_44/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c1066 screen_size_t rows_to_move; in vgatext_cons_copy() local
1088 rows_to_move = ma->e_row - ma->s_row + 1; in vgatext_cons_copy()
1091 if (ma->t_row + rows_to_move > TEXT_ROWS || in vgatext_cons_copy()
1101 while (rows_to_move-- > 0) { in vgatext_cons_copy()
1113 cnt = rows_to_move * TEXT_COLS + chars_per_row; in vgatext_cons_copy()
1117 while (rows_to_move-- > 0) { in vgatext_cons_copy()
/titanic_44/usr/src/uts/common/io/
H A Dtem_safe.c2264 screen_size_t rows_to_move; in i_virtual_copy() local
2268 rows_to_move = e_row - s_row + 1; in i_virtual_copy()
2274 while (rows_to_move-- > 0) { in i_virtual_copy()
2286 cnt = rows_to_move * cols + chars_per_row; in i_virtual_copy()
2290 while (rows_to_move-- > 0) { in i_virtual_copy()
2308 screen_size_t rows_to_move; in tem_safe_virtual_copy() local
2323 rows_to_move = e_row - s_row + 1; in tem_safe_virtual_copy()
2326 if (t_row + rows_to_move > rows || in tem_safe_virtual_copy()