Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/firewire/
H A Dfirewirereg.h130 STAILQ_HEAD(, fw_bind) binds;
215 struct fw_bind { struct
219 STAILQ_ENTRY(fw_bind) fclist; argument
220 STAILQ_ENTRY(fw_bind) chlist;
272 int fw_bindadd (struct firewire_comm *, struct fw_bind *);
273 int fw_bindremove (struct firewire_comm *, struct fw_bind *);
287 struct fw_bind *fw_bindlookup (struct firewire_comm *, uint16_t, uint32_t);
H A Dfwdev.c92 STAILQ_HEAD(, fw_bind) binds;
205 struct fw_bind *fwb; in fw_close()
273 struct fw_bind *fwb; in fw_read_async()
303 fwb = (struct fw_bind *)xfer->sc; in fw_read_async()
525 struct fw_bind *fwb; in fw_hand()
528 fwb = (struct fw_bind *)xfer->sc; in fw_hand()
546 struct fw_bind *fwb; in fw_ioctl()
729 STAILQ_REMOVE(&d->binds, fwb, fw_bind, chlist); in fw_ioctl()
742 fwb = malloc(sizeof(struct fw_bind), M_FW, M_WAITOK); in fw_ioctl()
H A Dif_fwipvar.h48 struct fw_bind fwb;
H A Dfirewire.c778 struct fw_bind *fwb; in fw_init()
861 fwb = malloc(sizeof(struct fw_bind), M_FW, M_NOWAIT); in fw_init()
884 struct fw_bind *
888 struct fw_bind *tfw, *r = NULL; in fw_bindlookup()
905 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) in fw_bindadd()
907 struct fw_bind *tfw, *prev = NULL; in fw_bindadd()
937 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb) in fw_bindremove()
942 struct fw_bind *tfw; in fw_bindremove()
949 STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist); in fw_bindremove()
1908 struct fw_bind *bind; in fw_rcv()
H A Dsbp_targ.c137 struct fw_bind fwb;
H A Dsbp.c214 struct fw_bind fwb;