Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dvidconsole.c276 screen_size_t rows_to_move; in vidc_text_cons_copy() local
298 rows_to_move = ma->e_row - ma->s_row + 1; in vidc_text_cons_copy()
301 if (ma->t_row + rows_to_move > TEXT_ROWS || in vidc_text_cons_copy()
311 while (rows_to_move-- > 0) { in vidc_text_cons_copy()
323 cnt = rows_to_move * TEXT_COLS + chars_per_row; in vidc_text_cons_copy()
327 while (rows_to_move-- > 0) { in vidc_text_cons_copy()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c651 screen_size_t rows_to_move; in vgatext_cons_copy() local
673 rows_to_move = ma->e_row - ma->s_row + 1; in vgatext_cons_copy()
676 if (ma->t_row + rows_to_move > VGA_TEXT_ROWS || in vgatext_cons_copy()
686 while (rows_to_move-- > 0) { in vgatext_cons_copy()
698 cnt = rows_to_move * VGA_TEXT_COLS + chars_per_row; in vgatext_cons_copy()
702 while (rows_to_move-- > 0) { in vgatext_cons_copy()
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c2734 screen_size_t rows_to_move; in i_virtual_copy_tem_chars() local
2738 rows_to_move = e_row - s_row + 1; in i_virtual_copy_tem_chars()
2744 while (rows_to_move-- > 0) { in i_virtual_copy_tem_chars()
2756 cnt = rows_to_move * cols + chars_per_row; in i_virtual_copy_tem_chars()
2760 while (rows_to_move-- > 0) { in i_virtual_copy_tem_chars()
2778 screen_size_t rows_to_move; in tem_safe_virtual_copy() local
2793 rows_to_move = e_row - s_row + 1; in tem_safe_virtual_copy()
2796 if (t_row + rows_to_move > rows || in tem_safe_virtual_copy()