Lines Matching defs:scsi_softc
88 static void screset(struct scsi_softc *);
89 static void scprobe(struct scsi_softc *, uint, uint);
96 static void scabort(struct scsi_softc *);
98 struct scsi_softc scsi_softc[NSC];
107 struct scsi_softc *hs;
113 hs = &scsi_softc[ctlr];
139 screset(struct scsi_softc *hs)
252 scprobe(struct scsi_softc *hs, uint target, uint lun)
362 struct scsi_softc *hs;
368 hs = &scsi_softc[ctlr];
398 struct scsi_softc *hs = &scsi_softc[ctlr];
418 scabort(struct scsi_softc *hs)
652 struct scsi_softc *hs;
660 hs = &scsi_softc[i];