Searched refs:vcons_copyrows (Results 1 – 1 of 1) sorted by relevance
132 static void vcons_copyrows(void *, int, int, int);425 ri->ri_ops.copyrows = vcons_copyrows; in vcons_init_screen()569 ri->ri_ops.copyrows = vcons_copyrows; in vcons_load_font()1152 vcons_copyrows(void *cookie, int srcrow, int dstrow, int nrows) in vcons_copyrows() function