Home | History | Annotate | Download | only in mca

Lines Matching refs:ed_softc

79 CFATTACH_DECL_NEW(ed_mca, sizeof(struct ed_softc),
84 static int ed_get_params(struct ed_softc *, int *);
85 static void edgetdisklabel(dev_t, struct ed_softc *);
86 static void edgetdefaultlabel(struct ed_softc *, struct disklabel *);
153 struct ed_softc *ed = device_private(self);
211 struct ed_softc *ed;
294 struct ed_softc *wd;
369 struct ed_softc *wd = device_lookup_private(&ed_cd, DISKUNIT(dev));
403 edgetdefaultlabel(struct ed_softc *ed, struct disklabel *lp)
438 edgetdisklabel(dev_t dev, struct ed_softc *ed)
474 struct ed_softc *ed = device_lookup_private(&ed_cd, DISKUNIT(dev));
579 struct ed_softc *wd;
615 struct ed_softc *ed; /* disk unit to do the I/O */
676 ed_get_params(struct ed_softc *ed, int *drv_flags)