Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ieee1394/ | |
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...] |
/src/sbin/resize_ffs/ | |
resize_ffs.c | 1873 int fwb; local in function:rescan_blkmaps 1910 fwb = 0; 1923 fwb++; 1924 if (fwb >= newsb->fs_frag) { 1955 fwb = 0; |