Searched refs:fwb (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/headers/private/firewire/
H A Dfirewire_module.h32 int (*fw_bindadd)(struct firewire_comm *fc, struct fw_bind *fwb);
34 int (*fw_bindremove)(struct firewire_comm *fc, struct fw_bind *fwb);
/haiku-fatelf/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c224 struct fw_bind *fwb; local
232 for (fwb = STAILQ_FIRST(&d->binds); fwb != NULL;
233 fwb = STAILQ_FIRST(&d->binds)) {
234 gFirewire->fw_bindremove(fc, fwb);
236 gFirewire->fw_xferlist_remove(&fwb->xferlist);
237 free(fwb);
290 struct fw_bind *fwb; local
347 fwb = (struct fw_bind *)xfer->sc;
351 STAILQ_INSERT_TAIL(&fwb
639 struct fw_bind *fwb; local
662 struct fw_bind *fwb; local
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp811 struct fw_bind *fwb; local
899 fwb = (struct fw_bind *)malloc(sizeof (struct fw_bind), M_FW, M_NOWAIT);
900 if(fwb == NULL){
908 fwb->start_hi = 0x2;
909 fwb->start_lo = 0;
910 fwb->addrlen = 0xffffffff;
911 fwb->xfer = xfer;
912 fw_bindadd(fc, fwb);
916 #define BIND_CMP(addr, fwb) (((addr) < (fwb)
943 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) argument
975 fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb) argument
[all...]

Completed in 88 milliseconds