Searched refs:binds (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/firewire/
H A Dfwdev.c90 STAILQ_HEAD(, fw_bind) binds;
191 STAILQ_INIT(&d->binds);
213 for (fwb = STAILQ_FIRST(&d->binds); fwb != NULL;
214 fwb = STAILQ_FIRST(&d->binds)) {
216 STAILQ_REMOVE_HEAD(&d->binds, chlist);
727 STAILQ_REMOVE(&d->binds, fwb, fw_bind, chlist);
752 STAILQ_INSERT_TAIL(&d->binds, fwb, chlist);
H A Dfirewirereg.h128 STAILQ_HEAD(, fw_bind) binds; member in struct:firewire_comm
H A Dfirewire.c832 STAILQ_INIT(&fc->binds);
890 STAILQ_FOREACH(tfw, &fc->binds, fclist)
914 STAILQ_FOREACH(tfw, &fc->binds, fclist) {
920 STAILQ_INSERT_HEAD(&fc->binds, fwb, fclist);
922 STAILQ_INSERT_AFTER(&fc->binds, prev, fwb, fclist);
945 STAILQ_FOREACH(tfw, &fc->binds, fclist)
947 STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist);

Completed in 91 milliseconds