Searched refs:g_itecursor (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/sys/arch/atari/dev/
H A Dgrfvar.h75 void (*g_itecursor)(struct ite_softc *, int); member in struct:grf_softc
H A Dite_et.c277 sc->g_itecursor = et_cursor;
H A Dite_cc.c312 sc->g_itecursor = cursor32;
H A Dite.c87 #define SUBR_CURSOR(sc,flg) (sc)->grf->g_itecursor(sc,flg)
/netbsd-current/sys/arch/amiga/dev/
H A Dgrfvar.h81 void (*g_itecursor)(struct ite_softc *, int); member in struct:grf_softc
H A Dite_cl.c101 gp->g_itecursor = cl_cursor;
H A Dite_cv.c107 gp->g_itecursor = cv_cursor;
H A Dite_cv3d.c107 gp->g_itecursor = cv3d_cursor;
H A Dite_et.c103 gp->g_itecursor = et_cursor;
H A Dite_rh.c90 gp->g_itecursor = rh_cursor;
H A Dite_rt.c99 gp->g_itecursor = retina_cursor;
H A Dite_ul.c136 gp->g_itecursor = ulowell_cursor;
H A Dite_cc.c190 gp->g_itecursor = cursor32;
H A Dite.c91 #define SUBR_CURSOR(ip,flg) (ip)->grf->g_itecursor(ip,flg)

Completed in 227 milliseconds