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

  /src/sys/arch/mipsco/stand/common/
saio.c 47 struct saio_softc { struct
103 struct saio_softc *sc = (struct saio_softc *)devdata;
148 struct saio_softc *sc;
175 sc = alloc(sizeof(struct saio_softc));
176 memset(sc, 0, sizeof(struct saio_softc));
209 dealloc(sc, sizeof(struct saio_softc));
220 prom_close(((struct saio_softc *)f->f_devdata)->sc_fd);
221 dealloc(f->f_devdata, sizeof(struct saio_softc));

Completed in 10 milliseconds