Home
last modified time | relevance | path

Searched defs:sdd_softc (Results 1 – 2 of 2) sorted by relevance

/csrg-svn/sys/news3400/iodev/
H A Dsdreg.h77 struct sdd_softc { struct
78 /*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;
H A Dsd_var.c42 struct sdd_softc sdd_softc[NSD]; variable