fw_bind
struct fw_bind *bind;
struct fw_bind *fwb;
fwb = kmalloc(sizeof (struct fw_bind), M_FW, M_WAITOK);
struct fw_bind *
struct fw_bind *tfw;
fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb)
struct fw_bind *tfw, *prev = NULL;
fw_bindremove(struct firewire_comm *fc, struct fw_bind *fwb)
struct fw_bind *tfw;
STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist);
STAILQ_HEAD(, fw_bind) binds;
STAILQ_HEAD(, fw_bind) binds;
STAILQ_ENTRY(fw_bind) fclist;
STAILQ_ENTRY(fw_bind) chlist;
int fw_bindadd (struct firewire_comm *, struct fw_bind *);
int fw_bindremove (struct firewire_comm *, struct fw_bind *);
struct fw_bind *fw_bindlookup (struct firewire_comm *, u_int16_t, u_int32_t);
struct fw_bind *fwb;
STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist);
struct fw_bind *fwb;
STAILQ_REMOVE(&sc->fc->binds, fwb, fw_bind, fclist);
STAILQ_REMOVE(&ir->binds, fwb, fw_bind, chlist);
fwb = kmalloc(sizeof (struct fw_bind), M_FW, M_WAITOK);
struct fw_bind fwb;