/src/sys/arch/hp300/stand/common/ |
scsivar.h | 38 struct scsi_softc { struct 47 extern struct scsi_softc scsi_softc[]; 51 void scsiabort(struct scsi_softc *, volatile struct scsidevice *);
|
scsi.c | 69 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...] |
/src/sys/arch/luna68k/stand/boot/ |
scsivar.h | 73 struct scsi_softc { struct
|
sc.c | 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]; variable in typeref:struct:scsi_softc[] 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 [all...] |
/src/sys/arch/next68k/stand/boot/ |
scsivar.h | 32 struct scsi_softc { struct 70 extern struct scsi_softc scsi_softc;
|
scsi.c | 45 struct scsi_softc scsi_softc, *sc = &scsi_softc; variable in typeref:struct:scsi_softc
|