Searched refs:fw_bind (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/firewire/ |
| H A D | firewirereg.h | 162 STAILQ_HEAD(, fw_bind) binds; 247 struct fw_bind { struct 251 STAILQ_ENTRY(fw_bind) fclist; argument 252 STAILQ_ENTRY(fw_bind) chlist; 304 int fw_bindadd (struct firewire_comm *, struct fw_bind *); 305 int fw_bindremove (struct firewire_comm *, struct fw_bind *); 319 struct fw_bind *fw_bindlookup (struct firewire_comm *, uint16_t, uint32_t);
|
| H A D | fwdev.c | 90 STAILQ_HEAD(, fw_bind) binds; 203 struct fw_bind *fwb; in fw_close() 271 struct fw_bind *fwb; in fw_read_async() 295 fwb = (struct fw_bind *)xfer->sc; in fw_read_async() 504 struct fw_bind *fwb; in fw_hand() 507 fwb = (struct fw_bind *)xfer->sc; in fw_hand() 525 struct fw_bind *fwb; in fw_ioctl() 708 STAILQ_REMOVE(&d->binds, fwb, fw_bind, chlist); in fw_ioctl() 721 fwb = malloc(sizeof(struct fw_bind), M_FW, M_WAITOK); in fw_ioctl()
|
| H A D | if_fwipvar.h | 47 struct fw_bind fwb;
|
| H A D | fwdv.h | 157 struct fw_bind fcp_bind;
|
| H A D | firewire.c | 833 struct fw_bind *fwb; in fw_init() 901 fwb = malloc(sizeof(struct fw_bind), M_FW, M_NOWAIT); in fw_init() 924 struct fw_bind * 928 struct fw_bind *tfw, *r = NULL; in fw_bindlookup() 945 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) in fw_bindadd() 947 struct fw_bind *tfw, *prev = NULL; in fw_bindadd() 977 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb) in fw_bindremove() 979 struct fw_bind *tfw; in fw_bindremove() 984 STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist); in fw_bindremove() 2083 struct fw_bind *bind; in fw_rcv()
|
| H A D | sbp_targ.c | 136 struct fw_bind fwb;
|
| H A D | sbp.c | 210 struct fw_bind fwb;
|