Searched refs:cam_eb (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/cam/
H A Dcam_xpt_internal.h35 struct cam_eb;
39 typedef struct cam_ed * (*xpt_alloc_device_func)(struct cam_eb *bus,
45 struct cam_eb *bus,
129 struct cam_eb *bus;
144 struct cam_eb { struct
146 TAILQ_ENTRY(cam_eb) links;
161 struct cam_eb *bus;
169 struct cam_ed * xpt_alloc_device(struct cam_eb *bus,
H A Dcam_xpt.c107 TAILQ_HEAD(,cam_eb) xpt_busses;
143 typedef int xpt_busfunc_t (struct cam_eb *bus, void *arg);
236 static void xpt_acquire_bus(struct cam_eb *bus);
237 static void xpt_release_bus(struct cam_eb *bus);
242 xpt_alloc_target(struct cam_eb *bus, target_id_t target_id);
245 static struct cam_eb*
248 xpt_find_target(struct cam_eb *bus, target_id_t target_id);
261 u_int num_patterns, struct cam_eb *bus);
276 static int xptbustraverse(struct cam_eb *start_bus,
278 static int xpttargettraverse(struct cam_eb *bu
[all...]
/freebsd-10.1-release/sys/cam/ata/
H A Data_xpt.c180 ata_alloc_device(struct cam_eb *bus, struct cam_et *target,
188 struct cam_eb *bus,
1568 ata_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id)
1954 ata_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target,
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_xpt.c582 scsi_alloc_device(struct cam_eb *bus, struct cam_et *target,
590 struct cam_eb *bus,
2340 scsi_alloc_device(struct cam_eb *bus, struct cam_et *target, lun_id_t lun_id)
2885 scsi_dev_async(u_int32_t async_code, struct cam_eb *bus, struct cam_et *target,

Completed in 102 milliseconds