machfb_softc
sizeof(struct machfb_softc), machfb_match, machfb_attach
int machfb_getcmap(struct machfb_softc *, struct wsdisplay_cmap *);
int machfb_putcmap(struct machfb_softc *, struct wsdisplay_cmap *);
void machfb_init(struct machfb_softc *);
int machfb_wait_fifo(struct machfb_softc *, int);
int machfb_wait(struct machfb_softc *);
void machfb_copyrect(struct machfb_softc *, int, int, int, int, int, int);
void machfb_fillrect(struct machfb_softc *, int, int, int, int, int);
struct machfb_softc *sc = (struct machfb_softc *)self;
struct machfb_softc *sc = v;
struct machfb_softc *sc = v;
machfb_getcmap(struct machfb_softc *sc, struct wsdisplay_cmap *cm)
machfb_putcmap(struct machfb_softc *sc, struct wsdisplay_cmap *cm)
struct machfb_softc *sc = v;
struct machfb_softc *sc = ri->ri_hw;
struct machfb_softc *sc = ri->ri_hw;
struct machfb_softc *sc = ri->ri_hw;
struct machfb_softc *sc = ri->ri_hw;
machfb_init(struct machfb_softc *sc)
machfb_wait_fifo(struct machfb_softc *sc, int v)
machfb_wait(struct machfb_softc *sc)
machfb_copyrect(struct machfb_softc *sc, int sx, int sy, int dx, int dy,
machfb_fillrect(struct machfb_softc *sc, int x, int y, int w, int h, int color)