/src/sys/dev/pci/voyager/ |
voyagerfb.c | 138 static void voyagerfb_rectfill(struct voyagerfb_softc *, int, int, int, int, 354 voyagerfb_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height, 777 voyagerfb_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height, 0); 812 voyagerfb_rectfill(struct voyagerfb_softc *sc, int x, int y, int wi, int he, function in typeref:typename:void 951 voyagerfb_rectfill(sc, x, y, wi, he, bg); 1013 voyagerfb_rectfill(sc, x, y, wi, he, bg); 1102 voyagerfb_rectfill(sc, x, y, wi, he, bg); 1218 voyagerfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]); 1272 voyagerfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]);
|
voyagerfb.c | 138 static void voyagerfb_rectfill(struct voyagerfb_softc *, int, int, int, int, 354 voyagerfb_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height, 777 voyagerfb_rectfill(sc, 0, 0, sc->sc_width, sc->sc_height, 0); 812 voyagerfb_rectfill(struct voyagerfb_softc *sc, int x, int y, int wi, int he, function in typeref:typename:void 951 voyagerfb_rectfill(sc, x, y, wi, he, bg); 1013 voyagerfb_rectfill(sc, x, y, wi, he, bg); 1102 voyagerfb_rectfill(sc, x, y, wi, he, bg); 1218 voyagerfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]); 1272 voyagerfb_rectfill(sc, x, y, width, height, ri->ri_devcmap[bg]);
|