raptor_softc
sizeof(struct raptor_softc), raptor_match, raptor_attach
int raptor_getcmap(struct raptor_softc *, struct wsdisplay_cmap *);
int raptor_putcmap(struct raptor_softc *, struct wsdisplay_cmap *);
void raptor_init(struct raptor_softc *);
int raptor_wait(struct raptor_softc *);
void raptor_copyrect(struct raptor_softc *, int, int, int, int, int, int);
void raptor_fillrect(struct raptor_softc *, int, int, int, int, int);
struct raptor_softc *sc = (struct raptor_softc *)self;
struct raptor_softc *sc = v;
struct raptor_softc *sc = v;
raptor_getcmap(struct raptor_softc *sc, struct wsdisplay_cmap *cm)
raptor_putcmap(struct raptor_softc *sc, struct wsdisplay_cmap *cm)
struct raptor_softc *sc = v;
struct raptor_softc *sc = ri->ri_hw;
struct raptor_softc *sc = ri->ri_hw;
struct raptor_softc *sc = ri->ri_hw;
struct raptor_softc *sc = ri->ri_hw;
raptor_init(struct raptor_softc *sc)
raptor_wait(struct raptor_softc *sc)
raptor_copyrect(struct raptor_softc *sc, int sx, int sy, int dx, int dy,
raptor_fillrect(struct raptor_softc *sc, int x, int y, int w, int h, int color)