Searched refs:fwmem_softc (Results 1 – 1 of 1) sorted by relevance
154 struct fwmem_softc { struct166 struct fwmem_softc *fms; in fwmem_open() argument177 fms = (struct fwmem_softc *)sc->si_drv1; in fwmem_open()181 sc->si_drv1 = malloc(sizeof(struct fwmem_softc), in fwmem_open()185 fms = (struct fwmem_softc *)sc->si_drv1; in fwmem_open()203 struct fwmem_softc *fms; in fwmem_close()210 fms = (struct fwmem_softc *)sc->si_drv1; in fwmem_close()231 struct fwmem_softc *fms; in fwmem_strategy()244 fms = (struct fwmem_softc *)sc->si_drv1; in fwmem_strategy()295 struct fwmem_softc *fms; in fwmem_ioctl()[all …]