Searched refs:fw_bind (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/dev/ieee1394/ |
H A D | firewirereg.h | 138 STAILQ_HEAD(, fw_bind) binds; 224 struct fw_bind { struct 228 STAILQ_ENTRY(fw_bind) fclist; argument 229 STAILQ_ENTRY(fw_bind) chlist; 290 struct fw_bind *fw_bindlookup(struct firewire_comm *, uint16_t, uint32_t); 291 int fw_bindadd(struct firewire_comm *, struct fw_bind *); 292 int fw_bindremove(struct firewire_comm *, struct fw_bind *);
|
H A D | fwdev.c | 105 STAILQ_HEAD(, fw_bind) binds; 161 struct fw_bind *fwb; in fw_close() 389 struct fw_bind *fwb; in fw_ioctl() 586 STAILQ_REMOVE(&d->binds, fwb, fw_bind, chlist); in fw_ioctl() 600 fwb = (struct fw_bind *)malloc(sizeof(struct fw_bind), in fw_ioctl() 818 struct fw_bind *fwb; in fw_read_async() 853 fwb = (struct fw_bind *)xfer->sc; in fw_read_async() 921 struct fw_bind *fwb; in fw_hand() 924 fwb = (struct fw_bind *)xfer->sc; in fw_hand()
|
H A D | if_fwipvar.h | 51 struct fw_bind sc_fwb;
|
H A D | firewire.c | 695 struct fw_bind * 699 struct fw_bind *tfw, *r = NULL; in fw_bindlookup() 716 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) in fw_bindadd() 718 struct fw_bind *tfw, *prev = NULL; in fw_bindadd() 748 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb) in fw_bindremove() 753 struct fw_bind *tfw; in fw_bindremove() 758 STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist); in fw_bindremove() 1060 struct fw_bind *bind; in fw_rcv()
|
H A D | sbp.c | 333 struct fw_bind sc_fwb;
|