fw_device
struct fw_device * (*fw_noderesolve_nodeid)(struct firewire_comm *fc, int dst);
struct fw_device * (*fw_noderesolve_eui64)(struct firewire_comm *fc, struct fw_eui64 *eui);
STAILQ_HEAD(, fw_device) devices;
struct fw_device *fw_noderesolve_nodeid (struct firewire_comm *, int);
struct fw_device *fw_noderesolve_eui64 (struct firewire_comm *, struct fw_eui64 *);
STAILQ_ENTRY(fw_device) link;
struct fw_device *
struct fw_device *fwdev;
struct fw_device *
struct fw_device *fwdev;
struct fw_device *fwdev;
fw_explore_read_quads(struct fw_device *fwdev, int offset,
fw_explore_csrblock(struct fw_device *fwdev, int offset, int recur)
fw_explore_node(struct fw_device *dfwdev)
struct fw_device *fwdev, *pfwdev, *tfwdev;
fwdev = (fw_device*)malloc(sizeof(struct fw_device));
memset(fwdev, 0, sizeof(struct fw_device));
struct fw_device dfwdev;
struct fw_device *fwdev, *next;
STAILQ_REMOVE(&fc->devices, fwdev, fw_device,
struct fw_device fwdev;
struct fw_device *fwdev, *fwdev_next;
struct fw_device *fwdev,
struct fw_device *fwdev,
struct fw_device *fwdev,
struct fw_device *fwdev,
struct fw_device *fwdev,
struct fw_xfer *fwmem_read_quad(struct fw_device *, caddr_t, uint8_t,
struct fw_xfer *fwmem_write_quad(struct fw_device *, caddr_t, uint8_t,
struct fw_xfer *fwmem_read_block(struct fw_device *, caddr_t, uint8_t,
struct fw_xfer *fwmem_write_block(struct fw_device *, caddr_t, uint8_t,
struct fw_device *fwdev;