fwdev.c | 161 struct fw_bind *fwb; local in function:fw_close 175 for (fwb = STAILQ_FIRST(&d->binds); fwb != NULL; 176 fwb = STAILQ_FIRST(&d->binds)) { 177 fw_bindremove(fc, fwb); 179 fw_xferlist_remove(&fwb->xferlist); 180 free(fwb, M_FW); 389 struct fw_bind *fwb; local in function:fw_ioctl 580 fwb = fw_bindlookup(fc, bindreq->start.hi, bindreq->start.lo); 581 if (fwb == NULL) 818 struct fw_bind *fwb; local in function:fw_read_async 921 struct fw_bind *fwb; local in function:fw_hand [all...] |