Lines Matching defs:ra_softc
124 struct ra_softc {
135 #define rx_softc ra_softc
136 #define racd_softc ra_softc
141 int ra_putonline(dev_t, struct ra_softc *);
142 static inline struct ra_softc *mscp_device_lookup(dev_t);
148 CFATTACH_DECL_NEW(ra, sizeof(struct ra_softc),
232 struct ra_softc *ra = mscp_device_lookup(dev);
306 struct ra_softc *ra = mscp_device_lookup(dev);
347 struct ra_softc *ra = mscp_device_lookup(bp->b_dev);
415 struct ra_softc *ra = mscp_device_lookup(dev);
514 struct ra_softc *ra = mscp_device_lookup(dev);
737 ra_set_geometry(struct ra_softc *ra)
964 struct ra_softc *ra = device_private(usc);
981 struct ra_softc *ra = device_private(usc);
1004 struct ra_softc *ra = device_private(usc);
1101 struct ra_softc *ra = device_private(usc);
1132 struct ra_softc *ra;
1160 ra_putonline(dev_t dev, struct ra_softc *ra)
1195 static inline struct ra_softc *
1198 struct ra_softc *ra;