Searched defs:sbp_targ_softc (Results 1 – 1 of 1) sorted by relevance
131 struct sbp_targ_softc { struct132 struct firewire_dev_comm fd;133 struct cam_sim *sim;134 struct cam_path *path;135 struct fw_bind fwb;136 int ndevs;137 int flags;138 struct crom_chunk unit;139 struct sbp_targ_lstate *lstate[MAX_LUN];140 struct sbp_targ_lstate *black_hole;[all …]