Searched refs:fw_bind (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/dev/firewire/ |
| H A D | firewirereg.h | 130 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 D | fwdev.c | 92 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 D | if_fwipvar.h | 48 struct fw_bind fwb;
|
| H A D | firewire.c | 778 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 D | sbp_targ.c | 137 struct fw_bind fwb;
|
| H A D | sbp.c | 214 struct fw_bind fwb;
|