Lines Matching defs:md_softc
84 struct md_softc {
139 CFATTACH_DECL3_NEW(md, sizeof(struct md_softc),
145 static void md_set_disklabel(struct md_softc *);
164 struct md_softc *sc = device_private(self);
198 struct md_softc *sc = device_private(self);
228 static int md_server_loop(struct md_softc *sc);
229 static int md_ioctl_server(struct md_softc *sc, struct md_conf *umd,
232 static int md_ioctl_kalloc(struct md_softc *sc, struct md_conf *umd,
238 struct md_softc *sc;
262 struct md_softc *sc;
341 struct md_softc *sc;
380 struct md_softc *sc;
393 struct md_softc *sc;
410 struct md_softc *sc;
476 struct md_softc *sc;
527 md_set_disklabel(struct md_softc *sc)
586 md_ioctl_kalloc(struct md_softc *sc, struct md_conf *umd,
627 md_ioctl_server(struct md_softc *sc, struct md_conf *umd,
668 md_server_loop(struct md_softc *sc)