Searched refs:rows_to_move (Results 1 – 3 of 3) sorted by relevance
276 screen_size_t rows_to_move; in vidc_text_cons_copy() local298 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()
651 screen_size_t rows_to_move; in vgatext_cons_copy() local673 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()
2734 screen_size_t rows_to_move; in i_virtual_copy_tem_chars() local2738 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() local2793 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()