Home
last modified time | relevance | path

Searched refs:fwmem_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ieee1394/
H A Dfwmem.c154 struct fwmem_softc { struct
166 struct fwmem_softc *fms; in fwmem_open() argument
177 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 …]