Searched refs:scsi_ctlr (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/sgimips/stand/common/
H A Diris_parse.c39 uint8_t scsi_ctlr = 255, scsi_id = 255, scsi_part = 255; variable
71 scsi_ctlr = atoi(&disksetting[i]);
80 if ((scsi_ctlr == 255) || (scsi_id == 255) || (scsi_part == 255))
H A Diris_scsictl.c42 struct wd33c93_softc *sc = &wd33c93_softc[scsi_ctlr];
54 struct wd33c93_softc *sc = &wd33c93_softc[scsi_ctlr];
66 struct wd33c93_softc *sc = &wd33c93_softc[scsi_ctlr];
92 struct wd33c93_softc *sc = &wd33c93_softc[scsi_ctlr];
H A Diris_scsivar.h66 extern uint8_t scsi_ctlr, scsi_id, scsi_part;
H A Diris_scsi.c88 sc = &wd33c93_softc[scsi_ctlr];

Completed in 190 milliseconds