sys/dev/hpc/hpcfb.c
1339
hpcfb_cursor_raw(dc, 0, dc->dc_cury, dc->dc_curx);
sys/dev/hpc/hpcfb.c
1351
hpcfb_cursor_raw(dc, 1, dc->dc_cury, dc->dc_curx);
sys/dev/hpc/hpcfb.c
211
void hpcfb_cursor_raw(void *, int, int, int);
sys/dev/hpc/hpcfb.c
716
hpcfb_cursor_raw(dc, 0, y, x); /* disable cursor */
sys/dev/hpc/hpcfb.c
720
hpcfb_cursor_raw(dc, 1, y, x); /* enable cursor */
sys/dev/hpc/hpcfb.c
867
hpcfb_cursor_raw(odc, 0, odc->dc_cury, odc->dc_curx);
sys/dev/hpc/hpcfb.c
929
hpcfb_cursor_raw(cookie, on, row, col);