Lines Matching refs:src
52 void *src; in console_move_rows_1() local
57 src = vid_priv->fb + vid_priv->line_length - in console_move_rows_1()
61 memmove(dst, src, fontdata->height * pbytes * count); in console_move_rows_1()
62 src += vid_priv->line_length; in console_move_rows_1()
144 void *src; in console_move_rows_2() local
150 src = end - (rowsrc + count) * fontdata->height * in console_move_rows_2()
152 memmove(dst, src, fontdata->height * vid_priv->line_length * count); in console_move_rows_2()
232 void *src; in console_move_rows_3() local
236 src = vid_priv->fb + rowsrc * fontdata->height * pbytes; in console_move_rows_3()
239 memmove(dst, src, fontdata->height * pbytes * count); in console_move_rows_3()
240 src += vid_priv->line_length; in console_move_rows_3()