Symbol: fw_bind
sys/dev/firewire/firewire.c
2083
struct fw_bind *bind;
sys/dev/firewire/firewire.c
833
struct fw_bind *fwb;
sys/dev/firewire/firewire.c
901
fwb = malloc(sizeof(struct fw_bind), M_FW, M_NOWAIT);
sys/dev/firewire/firewire.c
924
struct fw_bind *
sys/dev/firewire/firewire.c
928
struct fw_bind *tfw, *r = NULL;
sys/dev/firewire/firewire.c
945
fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb)
sys/dev/firewire/firewire.c
947
struct fw_bind *tfw, *prev = NULL;
sys/dev/firewire/firewire.c
977
fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb)
sys/dev/firewire/firewire.c
979
struct fw_bind *tfw;
sys/dev/firewire/firewire.c
984
STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist);
sys/dev/firewire/firewirereg.h
162
STAILQ_HEAD(, fw_bind) binds;
sys/dev/firewire/firewirereg.h
251
STAILQ_ENTRY(fw_bind) fclist;
sys/dev/firewire/firewirereg.h
252
STAILQ_ENTRY(fw_bind) chlist;
sys/dev/firewire/firewirereg.h
304
int fw_bindadd (struct firewire_comm *, struct fw_bind *);
sys/dev/firewire/firewirereg.h
305
int fw_bindremove (struct firewire_comm *, struct fw_bind *);
sys/dev/firewire/firewirereg.h
319
struct fw_bind *fw_bindlookup (struct firewire_comm *, uint16_t, uint32_t);
sys/dev/firewire/fwdev.c
203
struct fw_bind *fwb;
sys/dev/firewire/fwdev.c
271
struct fw_bind *fwb;
sys/dev/firewire/fwdev.c
295
fwb = (struct fw_bind *)xfer->sc;
sys/dev/firewire/fwdev.c
504
struct fw_bind *fwb;
sys/dev/firewire/fwdev.c
507
fwb = (struct fw_bind *)xfer->sc;
sys/dev/firewire/fwdev.c
525
struct fw_bind *fwb;
sys/dev/firewire/fwdev.c
708
STAILQ_REMOVE(&d->binds, fwb, fw_bind, chlist);
sys/dev/firewire/fwdev.c
721
fwb = malloc(sizeof(struct fw_bind), M_FW, M_WAITOK);
sys/dev/firewire/fwdev.c
90
STAILQ_HEAD(, fw_bind) binds;
sys/dev/firewire/fwdv.h
157
struct fw_bind fcp_bind;
sys/dev/firewire/if_fwipvar.h
47
struct fw_bind fwb;
sys/dev/firewire/sbp.c
210
struct fw_bind fwb;
sys/dev/firewire/sbp_targ.c
136
struct fw_bind fwb;