Searched refs:fwb (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ieee1394/
H A Dfwdev.c142 struct fw_bind *fwb; local
156 for (fwb = STAILQ_FIRST(&d->binds); fwb != NULL;
157 fwb = STAILQ_FIRST(&d->binds)) {
158 fw_bindremove(fc, fwb);
160 fw_xferlist_remove(&fwb->xferlist);
161 free(fwb, M_FW);
373 struct fw_bind *fwb; local
564 fwb = fw_bindlookup(fc, bindreq->start.hi, bindreq->start.lo);
565 if (fwb
800 struct fw_bind *fwb; local
903 struct fw_bind *fwb; local
[all...]
H A Dfirewire.c683 #define BIND_CMP(addr, fwb) \
684 (((addr) < (fwb)->start) ? -1 : ((fwb)->end < (addr)) ? 1 : 0)
710 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) argument
715 if (fwb->start > fwb->end) {
722 if (fwb->end < tfw->start)
727 STAILQ_INSERT_HEAD(&fc->binds, fwb, fclist);
728 else if (prev->end < fwb->start)
729 STAILQ_INSERT_AFTER(&fc->binds, prev, fwb, fclis
742 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/ia64/
H A Dopc-m.pl162 fwb
H A Dopc-m.s954 fwb
H A Dopc-m.d1259 1a06: 00 00 00 40 00 00 fwb
/netbsd-6-1-5-RELEASE/sbin/resize_ffs/
H A Dresize_ffs.c1814 int fwb; local
1851 fwb = 0;
1864 fwb++;
1865 if (fwb >= newsb->fs_frag) {
1896 fwb = 0;

Completed in 115 milliseconds