Lines Matching refs:wd_softc
50 static int wd_get_params(struct wd_softc *wd);
51 static int wdgetdisklabel(struct wd_softc *wd);
52 static void wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp);
62 wd_get_params(struct wd_softc *wd)
123 wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp)
164 wdgetdisklabel(struct wd_softc *wd)
236 struct wd_softc *wd;
250 wd = alloc(sizeof(struct wd_softc));
254 memset(wd, 0, sizeof(struct wd_softc));
288 struct wd_softc *wd;