Symbol: fw_bind
sys/dev/ieee1394/firewire.c
1060
struct fw_bind *bind;
sys/dev/ieee1394/firewire.c
695
struct fw_bind *
sys/dev/ieee1394/firewire.c
699
struct fw_bind *tfw, *r = NULL;
sys/dev/ieee1394/firewire.c
716
fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb)
sys/dev/ieee1394/firewire.c
718
struct fw_bind *tfw, *prev = NULL;
sys/dev/ieee1394/firewire.c
748
fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb)
sys/dev/ieee1394/firewire.c
753
struct fw_bind *tfw;
sys/dev/ieee1394/firewire.c
758
STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist);
sys/dev/ieee1394/firewirereg.h
138
STAILQ_HEAD(, fw_bind) binds;
sys/dev/ieee1394/firewirereg.h
228
STAILQ_ENTRY(fw_bind) fclist;
sys/dev/ieee1394/firewirereg.h
229
STAILQ_ENTRY(fw_bind) chlist;
sys/dev/ieee1394/firewirereg.h
290
struct fw_bind *fw_bindlookup(struct firewire_comm *, uint16_t, uint32_t);
sys/dev/ieee1394/firewirereg.h
291
int fw_bindadd(struct firewire_comm *, struct fw_bind *);
sys/dev/ieee1394/firewirereg.h
292
int fw_bindremove(struct firewire_comm *, struct fw_bind *);
sys/dev/ieee1394/fwdev.c
105
STAILQ_HEAD(, fw_bind) binds;
sys/dev/ieee1394/fwdev.c
161
struct fw_bind *fwb;
sys/dev/ieee1394/fwdev.c
389
struct fw_bind *fwb;
sys/dev/ieee1394/fwdev.c
586
STAILQ_REMOVE(&d->binds, fwb, fw_bind, chlist);
sys/dev/ieee1394/fwdev.c
600
fwb = (struct fw_bind *)malloc(sizeof(struct fw_bind),
sys/dev/ieee1394/fwdev.c
818
struct fw_bind *fwb;
sys/dev/ieee1394/fwdev.c
853
fwb = (struct fw_bind *)xfer->sc;
sys/dev/ieee1394/fwdev.c
921
struct fw_bind *fwb;
sys/dev/ieee1394/fwdev.c
924
fwb = (struct fw_bind *)xfer->sc;
sys/dev/ieee1394/if_fwipvar.h
51
struct fw_bind sc_fwb;
sys/dev/ieee1394/sbp.c
333
struct fw_bind sc_fwb;