Searched defs:sdd_softc (Results 1 – 2 of 2) sorted by relevance
77 struct sdd_softc { struct78 /*00*/ int sdd_sectsize;79 /*04*/ int sdd_nsect;80 /*08*/ int sdd_badsect;81 /*0c*/ int sdd_flags;96 /*10*/ int sdd_start; /* for removable disk */97 /*14*/ int sdd_stoptime; /* for removable disk */98 daddr_t sdd_lastblk;
42 struct sdd_softc sdd_softc[NSD]; variable