Lines Matching refs:wd_softc
44 static int wd_get_params(struct wd_softc *wd);
45 static int wdgetdisklabel(struct wd_softc *wd);
46 static void wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp);
52 wd_get_params(struct wd_softc *wd)
111 wdgetdefaultlabel(struct wd_softc *wd, struct disklabel *lp)
152 wdgetdisklabel(struct wd_softc *wd)
224 struct wd_softc *wd;
233 wd = alloc(sizeof(struct wd_softc));
237 memset(wd, 0, sizeof(struct wd_softc));
273 struct wd_softc *wd;