Searched refs:scsi_softc (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/hp300/stand/common/
H A Dscsivar.h38 struct scsi_softc { struct
47 extern struct scsi_softc scsi_softc[];
51 void scsiabort(struct scsi_softc *, volatile struct scsidevice *);
H A Dscsi.c69 static int scsiicmd(struct scsi_softc *, int, uint8_t *, int, uint8_t *, int,
72 struct scsi_softc scsi_softc[NSCSI]; variable in typeref:struct:scsi_softc
82 struct scsi_softc *hs;
90 hs = &scsi_softc[i];
113 if (unit >= NSCSI || scsi_softc[unit].sc_alive == 0)
122 struct scsi_softc *hs;
125 hs = &scsi_softc[unit];
163 scsiabort(struct scsi_softc *hs, volatile struct scsidevice *hd)
166 printf("scsi%d error: scsiabort\n", hs - scsi_softc);
[all...]
/netbsd-current/sys/arch/next68k/stand/boot/
H A Dscsivar.h32 struct scsi_softc { struct
70 extern struct scsi_softc scsi_softc;
H A Dscsi.c45 struct scsi_softc scsi_softc, *sc = &scsi_softc; variable in typeref:struct:scsi_softc
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dscsivar.h73 struct scsi_softc { struct
H A Dsc.c88 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]; variable in typeref:struct:scsi_softc
107 struct scsi_softc *hs;
113 hs = &scsi_softc[ctlr];
139 screset(struct scsi_softc *hs)
240 scprobe(struct scsi_softc *hs, uint target, uint lun)
350 struct scsi_softc *h
[all...]

Completed in 127 milliseconds