Home
last modified time | relevance | path

Searched refs:rd_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/
H A Drd.c54 struct rd_softc { struct
60 sizeof(struct rd_softc), argument
72 #define rdlookup(unit) ((struct rd_softc *)disk_lookup(&rd_cd, (unit)))
74 int rdgetdisklabel(dev_t, struct rd_softc *, struct disklabel *, int);
80 struct rd_softc *sc; in rdattach()
128 struct rd_softc *sc = (struct rd_softc *)self; in rd_attach()
138 struct rd_softc *sc = (struct rd_softc *)self; in rd_detach()
151 struct rd_softc *sc; in rdopen()
184 struct rd_softc *sc; in rdclose()
206 struct rd_softc *sc; in rdstrategy()
[all …]