Home | History | Annotate | Download | only in ieee1394

Lines Matching refs:si_drv1

173 	if (sc->si_drv1 != NULL) {
177 fms = (struct fwmem_softc *)sc->si_drv1;
180 sc->si_drv1 = (void *)-1;
181 sc->si_drv1 = malloc(sizeof(struct fwmem_softc),
183 if (sc->si_drv1 == NULL)
185 fms = (struct fwmem_softc *)sc->si_drv1;
210 fms = (struct fwmem_softc *)sc->si_drv1;
220 free(sc->si_drv1, M_FW);
221 sc->si_drv1 = NULL;
244 fms = (struct fwmem_softc *)sc->si_drv1;
302 fms = (struct fwmem_softc *)sc->si_drv1;