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

  /src/sys/dev/ieee1394/
fwmem.c 154 struct fwmem_softc { struct
166 struct fwmem_softc *fms;
177 fms = (struct fwmem_softc *)sc->si_drv1;
181 sc->si_drv1 = malloc(sizeof(struct fwmem_softc),
185 fms = (struct fwmem_softc *)sc->si_drv1;
203 struct fwmem_softc *fms;
210 fms = (struct fwmem_softc *)sc->si_drv1;
231 struct fwmem_softc *fms;
244 fms = (struct fwmem_softc *)sc->si_drv1;
295 struct fwmem_softc *fms
    [all...]

Completed in 49 milliseconds