hpcfb.c | 207 void hpcfb_redraw(void *, int, int, int); 405 hpcfb_redraw(&hpcfb_console_dc, 0, hpcfb_console_dc.dc_rows, 1); 718 hpcfb_redraw(dc, 0, dc->dc_rows, 1); 1260 hpcfb_redraw(void *cookie, int row, int num, int all) function in typeref:typename:void 1341 hpcfb_redraw(dc, 0, dc->dc_rows, 1); 1344 hpcfb_redraw(dc, dc->dc_min_row, 1348 hpcfb_redraw(dc, dc->dc_scroll_dst, dc->dc_scroll_num, 0); 1443 hpcfb_redraw(cookie, dc->dc_min_row, 1452 hpcfb_redraw(cookie, dst, num, 0);
|