Home
last modified time | relevance | path

Searched refs:rasops_cursor (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/rasops/
H A Drasops.c145 int rasops_cursor(void *, int, int, int);
435 ri->ri_ops.cursor = rasops_cursor; in rasops_reconfig()
740 rasops_cursor(void *cookie, int on, int row, int col) in rasops_cursor() function
1469 rasops_cursor(ri, 0, 0, 0); in rasops_doswitch()
1486 rasops_cursor(ri, 1, scr->rs_crow, scr->rs_ccol); in rasops_doswitch()
1516 return rasops_cursor(scr->rs_ri, on, row, col); in rasops_vcons_cursor()
1949 rasops_cursor(ri, 0, 0, 0); in rasops_scrollback()
1962 rasops_cursor(ri, 1, scr->rs_crow, scr->rs_ccol); in rasops_scrollback()