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

/freebsd-9.3-release/sys/dev/firewire/
H A Dfwdev.c115 STAILQ_HEAD(, fw_bind) binds;
223 STAILQ_INIT(&d->binds);
245 for (fwb = STAILQ_FIRST(&d->binds); fwb != NULL;
246 fwb = STAILQ_FIRST(&d->binds)) {
248 STAILQ_REMOVE_HEAD(&d->binds, chlist);
759 STAILQ_REMOVE(&d->binds, fwb, fw_bind, chlist);
788 STAILQ_INSERT_TAIL(&d->binds, fwb, chlist);
H A Dfirewirereg.h138 STAILQ_HEAD(, fw_bind) binds; member in struct:firewire_comm
H A Dfirewire.c854 STAILQ_INIT(&fc->binds);
911 STAILQ_FOREACH(tfw, &fc->binds, fclist)
935 STAILQ_FOREACH(tfw, &fc->binds, fclist) {
941 STAILQ_INSERT_HEAD(&fc->binds, fwb, fclist);
943 STAILQ_INSERT_AFTER(&fc->binds, prev, fwb, fclist);
966 STAILQ_FOREACH(tfw, &fc->binds, fclist)
968 STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist);

Completed in 54 milliseconds