Searched refs:fw_bind (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/firewire/
H A Dif_fwipvar.h46 struct fw_bind fwb;
H A Dfirewirereg.h128 STAILQ_HEAD(, fw_bind) binds;
213 struct fw_bind { struct
217 STAILQ_ENTRY(fw_bind) fclist;
218 STAILQ_ENTRY(fw_bind) chlist;
270 int fw_bindadd (struct firewire_comm *, struct fw_bind *);
271 int fw_bindremove (struct firewire_comm *, struct fw_bind *);
285 struct fw_bind *fw_bindlookup (struct firewire_comm *, uint16_t, uint32_t);
H A Dfwdev.c90 STAILQ_HEAD(, fw_bind) binds;
203 struct fw_bind *fwb;
271 struct fw_bind *fwb;
301 fwb = (struct fw_bind *)xfer->sc;
523 struct fw_bind *fwb;
526 fwb = (struct fw_bind *)xfer->sc;
544 struct fw_bind *fwb;
727 STAILQ_REMOVE(&d->binds, fwb, fw_bind, chlist);
740 fwb = malloc(sizeof(struct fw_bind), M_FW, M_WAITOK);
H A Dfirewire.c776 struct fw_bind *fwb;
859 fwb = malloc(sizeof(struct fw_bind), M_FW, M_NOWAIT);
882 struct fw_bind *
886 struct fw_bind *tfw, *r = NULL;
903 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb)
905 struct fw_bind *tfw, *prev = NULL;
935 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb)
940 struct fw_bind *tfw;
947 STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist);
1906 struct fw_bind *bin
[all...]
H A Dsbp_targ.c135 struct fw_bind fwb;
H A Dsbp.c216 struct fw_bind fwb;

Completed in 180 milliseconds