Searched refs:fw_device (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/sys/bus/firewire/ |
| HD | fwmem.h | 42 struct fw_xfer *fwmem_read_quad(struct fw_device *, caddr_t, u_int8_t, 44 struct fw_xfer *fwmem_write_quad(struct fw_device *, caddr_t, u_int8_t, 46 struct fw_xfer *fwmem_read_block(struct fw_device *, caddr_t, u_int8_t, 48 struct fw_xfer *fwmem_write_block(struct fw_device *, caddr_t, u_int8_t,
|
| HD | firewirereg.h | 44 struct fw_device{ struct 61 STAILQ_ENTRY(fw_device) link; argument 110 struct fw_device *ongodev; 132 STAILQ_HEAD(, fw_device) devices; 291 struct fw_device *fw_noderesolve_nodeid (struct firewire_comm *, int); 292 struct fw_device *fw_noderesolve_eui64 (struct firewire_comm *, struct fw_eui64 *);
|
| HD | fwmem.c | 82 struct fw_device *fwdev, in fwmem_xfer_req() 112 struct fw_device *fwdev, in fwmem_read_quad() 149 struct fw_device *fwdev, in fwmem_write_quad() 185 struct fw_device *fwdev, in fwmem_read_block() 223 struct fw_device *fwdev, in fwmem_write_block() 332 struct fw_device *fwdev; in fwmem_strategy()
|
| HD | firewire.c | 146 struct fw_device * 149 struct fw_device *fwdev; in fw_noderesolve_nodeid() 163 struct fw_device * 166 struct fw_device *fwdev; in fw_noderesolve_eui64() 458 struct fw_device *fwdev, *fwdev_next; in firewire_detach() 1237 struct fw_device *fwdev; in fw_bus_probe() 1265 struct fw_device *fwdev, *pfwdev, *tfwdev; in fw_bus_explore() 1311 fwdev = kmalloc(sizeof(struct fw_device), M_FW, in fw_bus_explore() 1591 struct fw_device *fwdev, *next; in fw_attach_dev() 1608 STAILQ_REMOVE(&fc->devices, fwdev, fw_device, in fw_attach_dev() [all …]
|
| HD | fwdev.c | 419 struct fw_device *fwdev; in fw_ioctl()
|
| /dragonfly/sys/dev/disk/sbp/ |
| HD | sbp.c | 197 struct fw_device *fwdev; 321 struct fw_device *fwdev; in sbp_show_sdev_info() 365 sbp_new_target(struct sbp_softc *sbp, struct fw_device *fwdev) in sbp_new_target() 545 sbp_alloc_target(struct sbp_softc *sbp, struct fw_device *fwdev) in sbp_alloc_target() 594 struct fw_device *fwdev; in sbp_probe_lun() 756 struct fw_device *fwdev; in sbp_post_explore()
|