Searched defs:sd_softc (Results 1 – 6 of 6) sorted by relevance
76 struct sd_softc { struct77 struct dk_softc sc_dksc;79 int flags;84 struct scsipi_periph *sc_periph;/* contains our targ, lun, etc. */86 struct disk_parms params;88 callout_t sc_callout;89 u_int8_t type;90 char name[16]; /* product name, for default disklabel */91 char typename[16+1]; /* stored in disk info */
87 struct sd_softc { struct99 static int sdident(struct sd_softc *); argument
62 struct sd_softc { struct78 static int sdgetinfo(struct sd_softc *); argument81 struct sd_softc sd_softc[NSCSI][NSD]; variable
127 struct sd_softc { struct128 int sc_part;152 int scsi_inquire(struct sd_softc *, int, void *); argument
57 struct sd_softc { struct69 int sdgetinfo(struct sd_softc *ss); argument