HomeSort by: relevance | last modified time | path
    Searched defs:rz_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/pmax/stand/common/
rz.c 50 struct rz_softc { struct
62 struct rz_softc *sc = (struct rz_softc *)devdata;
107 struct rz_softc *sc;
141 sc = alloc(sizeof(struct rz_softc));
142 memset(sc, 0, sizeof(struct rz_softc));
171 dealloc(sc, sizeof(struct rz_softc));
182 prom_close(((struct rz_softc *)f->f_devdata)->sc_fd);
184 dealloc(f->f_devdata, sizeof(struct rz_softc));
rz.c 50 struct rz_softc { struct
62 struct rz_softc *sc = (struct rz_softc *)devdata;
107 struct rz_softc *sc;
141 sc = alloc(sizeof(struct rz_softc));
142 memset(sc, 0, sizeof(struct rz_softc));
171 dealloc(sc, sizeof(struct rz_softc));
182 prom_close(((struct rz_softc *)f->f_devdata)->sc_fd);
184 dealloc(f->f_devdata, sizeof(struct rz_softc));

Completed in 78 milliseconds