hyperfb.c | 142 static void hyperfb_move_cursor(struct hyperfb_softc *, int, int); 586 hyperfb_move_cursor(sc, cp->x, cp->y); 917 hyperfb_move_cursor(sc, 100, 100); 1224 hyperfb_move_cursor(struct hyperfb_softc *sc, int x, int y) function in typeref:typename:void 1259 hyperfb_move_cursor(sc, cur->pos.x, cur->pos.y);
|