Symbol: scsi_softc
sys/arch/hp300/stand/common/scsi.c
113
if (unit >= NSCSI || scsi_softc[unit].sc_alive == 0)
sys/arch/hp300/stand/common/scsi.c
122
struct scsi_softc *hs;
sys/arch/hp300/stand/common/scsi.c
125
hs = &scsi_softc[unit];
sys/arch/hp300/stand/common/scsi.c
163
scsiabort(struct scsi_softc *hs, volatile struct scsidevice *hd)
sys/arch/hp300/stand/common/scsi.c
166
printf("scsi%d error: scsiabort\n", hs - scsi_softc);
sys/arch/hp300/stand/common/scsi.c
168
scsireset(hs - scsi_softc);
sys/arch/hp300/stand/common/scsi.c
267
scsiicmd(struct scsi_softc *hs, int target, uint8_t *cbuf, int clen,
sys/arch/hp300/stand/common/scsi.c
340
hs - scsi_softc, phase);
sys/arch/hp300/stand/common/scsi.c
375
struct scsi_softc *hs = &scsi_softc[ctlr];
sys/arch/hp300/stand/common/scsi.c
385
struct scsi_softc *hs = &scsi_softc[ctlr];
sys/arch/hp300/stand/common/scsi.c
396
struct scsi_softc *hs = &scsi_softc[ctlr];
sys/arch/hp300/stand/common/scsi.c
407
struct scsi_softc *hs = &scsi_softc[ctlr];
sys/arch/hp300/stand/common/scsi.c
420
struct scsi_softc *hs = &scsi_softc[ctlr];
sys/arch/hp300/stand/common/scsi.c
439
struct scsi_softc *hs = &scsi_softc[ctlr];
sys/arch/hp300/stand/common/scsi.c
69
static int scsiicmd(struct scsi_softc *, int, uint8_t *, int, uint8_t *, int,
sys/arch/hp300/stand/common/scsi.c
72
struct scsi_softc scsi_softc[NSCSI];
sys/arch/hp300/stand/common/scsi.c
82
struct scsi_softc *hs;
sys/arch/hp300/stand/common/scsi.c
90
hs = &scsi_softc[i];
sys/arch/hp300/stand/common/scsivar.h
47
extern struct scsi_softc scsi_softc[];
sys/arch/hp300/stand/common/scsivar.h
51
void scsiabort(struct scsi_softc *, volatile struct scsidevice *);
sys/arch/luna68k/stand/boot/sc.c
107
struct scsi_softc *hs;
sys/arch/luna68k/stand/boot/sc.c
113
hs = &scsi_softc[ctlr];
sys/arch/luna68k/stand/boot/sc.c
139
screset(struct scsi_softc *hs)
sys/arch/luna68k/stand/boot/sc.c
252
scprobe(struct scsi_softc *hs, uint target, uint lun)
sys/arch/luna68k/stand/boot/sc.c
362
struct scsi_softc *hs;
sys/arch/luna68k/stand/boot/sc.c
368
hs = &scsi_softc[ctlr];
sys/arch/luna68k/stand/boot/sc.c
398
struct scsi_softc *hs = &scsi_softc[ctlr];
sys/arch/luna68k/stand/boot/sc.c
418
scabort(struct scsi_softc *hs)
sys/arch/luna68k/stand/boot/sc.c
652
struct scsi_softc *hs;
sys/arch/luna68k/stand/boot/sc.c
660
hs = &scsi_softc[i];
sys/arch/luna68k/stand/boot/sc.c
88
static void screset(struct scsi_softc *);
sys/arch/luna68k/stand/boot/sc.c
89
static void scprobe(struct scsi_softc *, uint, uint);
sys/arch/luna68k/stand/boot/sc.c
96
static void scabort(struct scsi_softc *);
sys/arch/luna68k/stand/boot/sc.c
98
struct scsi_softc scsi_softc[NSC];
sys/arch/next68k/stand/boot/scsi.c
45
struct scsi_softc scsi_softc, *sc = &scsi_softc;
sys/arch/next68k/stand/boot/scsivar.h
70
extern struct scsi_softc scsi_softc;