Searched refs:fw_bind (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/firewire/ |
H A D | firewirereg.h | 128 STAILQ_HEAD(, fw_bind) binds; 213 struct fw_bind { struct 217 STAILQ_ENTRY(fw_bind) fclist; argument 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 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() 301 fwb = (struct fw_bind *)xfer->sc; in fw_read_async() 523 struct fw_bind *fwb; in fw_hand() 526 fwb = (struct fw_bind *)xfer->sc; in fw_hand() 544 struct fw_bind *fwb; in fw_ioctl() 727 STAILQ_REMOVE(&d->binds, fwb, fw_bind, chlist); in fw_ioctl() 740 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 | firewire.c | 775 struct fw_bind *fwb; in fw_init() 858 fwb = malloc(sizeof(struct fw_bind), M_FW, M_NOWAIT); in fw_init() 881 struct fw_bind * 885 struct fw_bind *tfw, *r = NULL; in fw_bindlookup() 902 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) in fw_bindadd() 904 struct fw_bind *tfw, *prev = NULL; in fw_bindadd() 934 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb) in fw_bindremove() 939 struct fw_bind *tfw; in fw_bindremove() 946 STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist); in fw_bindremove() 1905 struct fw_bind *bind; in fw_rcv()
|
H A D | sbp_targ.c | 135 struct fw_bind fwb;
|
H A D | sbp.c | 212 struct fw_bind fwb;
|