Searched refs:rz_softc (Results 1 – 1 of 1) sorted by relevance
50 struct rz_softc { struct62 struct rz_softc *sc = (struct rz_softc *)devdata; in rzstrategy() argument107 struct rz_softc *sc; in rzopen()141 sc = alloc(sizeof(struct rz_softc)); in rzopen()142 memset(sc, 0, sizeof(struct rz_softc)); in rzopen()171 dealloc(sc, sizeof(struct rz_softc)); in rzopen()182 prom_close(((struct rz_softc *)f->f_devdata)->sc_fd); in rzclose()184 dealloc(f->f_devdata, sizeof(struct rz_softc)); in rzclose()