HomeSort by: relevance | last modified time | path
    Searched defs:hdcsoftc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/vax/vsa/
hdc9224.c 125 struct hdcsoftc *sc_hdc;
131 struct hdcsoftc { struct
164 static int hdc_command(struct hdcsoftc *, int);
165 static void rd_readgeom(struct hdcsoftc *, struct rdsoftc *);
169 static void hdc_writeregs(struct hdcsoftc *);
170 static void hdcstart(struct hdcsoftc *, struct buf *);
171 static int hdc_rdselect(struct hdcsoftc *, int);
173 static void hdc_writeregs(struct hdcsoftc *);
174 static void hdc_readregs(struct hdcsoftc *);
177 CFATTACH_DECL_NEW(hdc, sizeof(struct hdcsoftc),
    [all...]

Completed in 59 milliseconds