sc_ops            445 dev/ic/am79c930.c 	  	sc->sc_ops = &memspace_ops;
sc_ops            447 dev/ic/am79c930.c 	  	sc->sc_ops = &iospace_ops;
sc_ops             50 dev/ic/am79c930var.h 	struct am79c930_ops *sc_ops;
sc_ops            171 dev/ic/awivar.h #define awi_read_1(sc, off) ((sc)->sc_chip.sc_ops->read_1)(&sc->sc_chip, off)
sc_ops            172 dev/ic/awivar.h #define awi_read_2(sc, off) ((sc)->sc_chip.sc_ops->read_2)(&sc->sc_chip, off)
sc_ops            173 dev/ic/awivar.h #define awi_read_4(sc, off) ((sc)->sc_chip.sc_ops->read_4)(&sc->sc_chip, off)
sc_ops            174 dev/ic/awivar.h #define awi_read_bytes(sc, off, ptr, len) ((sc)->sc_chip.sc_ops->read_bytes)(&sc->sc_chip, off, ptr, len)
sc_ops            177 dev/ic/awivar.h 	((sc)->sc_chip.sc_ops->write_1)(&sc->sc_chip, off, val)
sc_ops            179 dev/ic/awivar.h 	((sc)->sc_chip.sc_ops->write_2)(&sc->sc_chip, off, val)
sc_ops            181 dev/ic/awivar.h 	((sc)->sc_chip.sc_ops->write_4)(&sc->sc_chip, off, val)
sc_ops            183 dev/ic/awivar.h 	((sc)->sc_chip.sc_ops->write_bytes)(&sc->sc_chip, off, ptr, len)
sc_ops            122 dev/isa/fd.c   	int sc_ops;		/* I/O ops since last switch */
sc_ops            447 dev/isa/fd.c   	if (TAILQ_NEXT(fd, sc_drivechain) != NULL && ++fd->sc_ops >= 8) {
sc_ops            448 dev/isa/fd.c   		fd->sc_ops = 0;
sc_ops            634 dev/isa/fd.c   		fd->sc_ops = 0;
sc_ops             93 dev/pcmcia/cfxga.c 	struct wsdisplay_emulops sc_ops;
sc_ops            387 dev/pcmcia/cfxga.c 		wsd->textops = &sc->sc_ops;
sc_ops            532 dev/pcmcia/cfxga.c 		bcopy(&ri->ri_ops, &sc->sc_ops, sizeof(sc->sc_ops));