HomeSort by: relevance | last modified time | path
    Searched defs:hyperfb_move_cursor (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/dev/
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);
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);

Completed in 22 milliseconds