Home | History | Annotate | Download | only in common

Lines Matching refs:rd_softc

67 struct	rd_softc {
88 static int rdgetinfo(struct rd_softc *);
91 static struct rd_softc rd_softc[NHPIB][NRD];
123 struct rd_softc *rs = &rd_softc[ctlr][unit];
216 rdgetinfo(struct rd_softc *rs)
260 struct rd_softc *rs;
272 rs = &rd_softc[ctlr][unit];
292 struct rd_softc *rs = f->f_devdata;
298 memset(rs, 0, sizeof(struct rd_softc));
309 struct rd_softc *rs = devdata;