Symbol: fw_bind
sys/bus/firewire/firewire.c
1734
struct fw_bind *bind;
sys/bus/firewire/firewire.c
685
struct fw_bind *fwb;
sys/bus/firewire/firewire.c
784
fwb = kmalloc(sizeof (struct fw_bind), M_FW, M_WAITOK);
sys/bus/firewire/firewire.c
803
struct fw_bind *
sys/bus/firewire/firewire.c
807
struct fw_bind *tfw;
sys/bus/firewire/firewire.c
820
fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb)
sys/bus/firewire/firewire.c
822
struct fw_bind *tfw, *prev = NULL;
sys/bus/firewire/firewire.c
856
fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb)
sys/bus/firewire/firewire.c
861
struct fw_bind *tfw;
sys/bus/firewire/firewire.c
866
STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist);
sys/bus/firewire/firewirereg.h
131
STAILQ_HEAD(, fw_bind) binds;
sys/bus/firewire/firewirereg.h
191
STAILQ_HEAD(, fw_bind) binds;
sys/bus/firewire/firewirereg.h
223
STAILQ_ENTRY(fw_bind) fclist;
sys/bus/firewire/firewirereg.h
224
STAILQ_ENTRY(fw_bind) chlist;
sys/bus/firewire/firewirereg.h
282
int fw_bindadd (struct firewire_comm *, struct fw_bind *);
sys/bus/firewire/firewirereg.h
283
int fw_bindremove (struct firewire_comm *, struct fw_bind *);
sys/bus/firewire/firewirereg.h
293
struct fw_bind *fw_bindlookup (struct firewire_comm *, u_int16_t, u_int32_t);
sys/bus/firewire/fwdev.c
193
struct fw_bind *fwb;
sys/bus/firewire/fwdev.c
226
STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist);
sys/bus/firewire/fwdev.c
420
struct fw_bind *fwb;
sys/bus/firewire/fwdev.c
599
STAILQ_REMOVE(&sc->fc->binds, fwb, fw_bind, fclist);
sys/bus/firewire/fwdev.c
600
STAILQ_REMOVE(&ir->binds, fwb, fw_bind, chlist);
sys/bus/firewire/fwdev.c
612
fwb = kmalloc(sizeof (struct fw_bind), M_FW, M_WAITOK);
sys/dev/disk/sbp/sbp.c
212
struct fw_bind fwb;