Searched refs:fw_bind (Results 1 – 4 of 4) sorted by relevance
/haiku/headers/private/firewire/ |
H A D | firewire_module.h | 30 struct fw_bind * (*fw_bindlookup)(struct firewire_comm *fc, uint16_t dest_hi, uint32_t dest_lo); 32 int (*fw_bindadd)(struct firewire_comm *fc, struct fw_bind *fwb); 34 int (*fw_bindremove)(struct firewire_comm *fc, struct fw_bind *fwb);
|
H A D | firewirereg.h | 181 STAILQ_HEAD(, fw_bind) binds; 292 struct fw_bind{ struct 296 STAILQ_ENTRY(fw_bind) fclist; argument 297 STAILQ_ENTRY(fw_bind) chlist; 354 int fw_bindadd (struct firewire_comm *, struct fw_bind *); 355 int fw_bindremove (struct firewire_comm *, struct fw_bind *); 369 struct fw_bind *fw_bindlookup (struct firewire_comm *, uint16_t, uint32_t);
|
/haiku/src/add-ons/kernel/drivers/bus/firewire/ |
H A D | fw_raw.c | 87 STAILQ_HEAD(, fw_bind) binds; 224 struct fw_bind *fwb; in fw_free() 290 struct fw_bind *fwb; in fw_read_async() 347 fwb = (struct fw_bind *)xfer->sc; in fw_read_async() 639 struct fw_bind *fwb; in fw_hand() 642 fwb = (struct fw_bind *)xfer->sc; in fw_hand() 662 struct fw_bind *fwb; in fw_ioctl() 841 STAILQ_REMOVE(&d->binds, fwb, fw_bind, chlist); in fw_ioctl() 854 fwb = (struct fw_bind *)malloc(sizeof (struct fw_bind)); in fw_ioctl()
|
/haiku/src/add-ons/kernel/bus_managers/firewire/ |
H A D | firewire.cpp | 811 struct fw_bind *fwb; in fw_init() 899 fwb = (struct fw_bind *)malloc(sizeof (struct fw_bind), M_FW, M_NOWAIT); in fw_init() 922 struct fw_bind * 926 struct fw_bind *tfw, *r = NULL; in fw_bindlookup() 943 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) in fw_bindadd() 945 struct fw_bind *tfw, *prev = NULL; in fw_bindadd() 975 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb) in fw_bindremove() 980 struct fw_bind *tfw; in fw_bindremove() 987 STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist); in fw_bindremove() 2024 struct fw_bind *bind; in fw_rcv()
|