fwmem.c | 166 struct fwmem_softc *fms; local in function:fwmem_open 177 fms = (struct fwmem_softc *)sc->si_drv1; 178 fms->refcount++; 185 fms = (struct fwmem_softc *)sc->si_drv1; 186 memcpy(&fms->eui, &fwmem_eui64, sizeof(struct fw_eui64)); 187 fms->sc = sc; 188 fms->refcount = 1; 189 STAILQ_INIT(&fms->xferlist); 191 STAILQ_INSERT_TAIL(&fms->xferlist, xfer, link); 194 printf("%s: refcount=%d\n", __func__, fms->refcount) 203 struct fwmem_softc *fms; local in function:fwmem_close 231 struct fwmem_softc *fms; local in function:fwmem_strategy 295 struct fwmem_softc *fms; local in function:fwmem_ioctl [all...] |