sys/dev/hpc/hpcfb.c
1341
hpcfb_redraw(dc, 0, dc->dc_rows, 1);
sys/dev/hpc/hpcfb.c
1344
hpcfb_redraw(dc, dc->dc_min_row,
sys/dev/hpc/hpcfb.c
1348
hpcfb_redraw(dc, dc->dc_scroll_dst, dc->dc_scroll_num, 0);
sys/dev/hpc/hpcfb.c
1443
hpcfb_redraw(cookie, dc->dc_min_row,
sys/dev/hpc/hpcfb.c
1452
hpcfb_redraw(cookie, dst, num, 0);
sys/dev/hpc/hpcfb.c
207
void hpcfb_redraw(void *, int, int, int);
sys/dev/hpc/hpcfb.c
405
hpcfb_redraw(&hpcfb_console_dc, 0, hpcfb_console_dc.dc_rows, 1);
sys/dev/hpc/hpcfb.c
718
hpcfb_redraw(dc, 0, dc->dc_rows, 1);