Symbol: raptor_softc
sys/arch/sparc64/dev/raptor.c
144
sizeof(struct raptor_softc), raptor_match, raptor_attach
sys/arch/sparc64/dev/raptor.c
152
int raptor_getcmap(struct raptor_softc *, struct wsdisplay_cmap *);
sys/arch/sparc64/dev/raptor.c
153
int raptor_putcmap(struct raptor_softc *, struct wsdisplay_cmap *);
sys/arch/sparc64/dev/raptor.c
161
void raptor_init(struct raptor_softc *);
sys/arch/sparc64/dev/raptor.c
162
int raptor_wait(struct raptor_softc *);
sys/arch/sparc64/dev/raptor.c
163
void raptor_copyrect(struct raptor_softc *, int, int, int, int, int, int);
sys/arch/sparc64/dev/raptor.c
164
void raptor_fillrect(struct raptor_softc *, int, int, int, int, int);
sys/arch/sparc64/dev/raptor.c
185
struct raptor_softc *sc = (struct raptor_softc *)self;
sys/arch/sparc64/dev/raptor.c
242
struct raptor_softc *sc = v;
sys/arch/sparc64/dev/raptor.c
299
struct raptor_softc *sc = v;
sys/arch/sparc64/dev/raptor.c
346
raptor_getcmap(struct raptor_softc *sc, struct wsdisplay_cmap *cm)
sys/arch/sparc64/dev/raptor.c
368
raptor_putcmap(struct raptor_softc *sc, struct wsdisplay_cmap *cm)
sys/arch/sparc64/dev/raptor.c
408
struct raptor_softc *sc = v;
sys/arch/sparc64/dev/raptor.c
429
struct raptor_softc *sc = ri->ri_hw;
sys/arch/sparc64/dev/raptor.c
447
struct raptor_softc *sc = ri->ri_hw;
sys/arch/sparc64/dev/raptor.c
466
struct raptor_softc *sc = ri->ri_hw;
sys/arch/sparc64/dev/raptor.c
482
struct raptor_softc *sc = ri->ri_hw;
sys/arch/sparc64/dev/raptor.c
504
raptor_init(struct raptor_softc *sc)
sys/arch/sparc64/dev/raptor.c
555
raptor_wait(struct raptor_softc *sc)
sys/arch/sparc64/dev/raptor.c
570
raptor_copyrect(struct raptor_softc *sc, int sx, int sy, int dx, int dy,
sys/arch/sparc64/dev/raptor.c
605
raptor_fillrect(struct raptor_softc *sc, int x, int y, int w, int h, int color)