ed_softc
struct ed_softc *ed = device_private(self);
struct ed_softc *ed;
struct ed_softc *wd;
struct ed_softc *wd = device_lookup_private(&ed_cd, DISKUNIT(dev));
edgetdefaultlabel(struct ed_softc *ed, struct disklabel *lp)
edgetdisklabel(dev_t dev, struct ed_softc *ed)
struct ed_softc *ed = device_lookup_private(&ed_cd, DISKUNIT(dev));
struct ed_softc *wd;
struct ed_softc *ed; /* disk unit to do the I/O */
ed_get_params(struct ed_softc *ed, int *drv_flags)
CFATTACH_DECL_NEW(ed_mca, sizeof(struct ed_softc),
static int ed_get_params(struct ed_softc *, int *);
static void edgetdisklabel(dev_t, struct ed_softc *);
static void edgetdefaultlabel(struct ed_softc *, struct disklabel *);
edc_add_disk(struct edc_mca_softc *sc, struct ed_softc *ed)
struct ed_softc *ed;
edc_bio(struct edc_mca_softc *sc, struct ed_softc *ed, void *data,
struct ed_softc *sc_ed[DASD_MAXDEVS];
void edc_add_disk(struct edc_mca_softc *, struct ed_softc *);
int edc_bio(struct edc_mca_softc *, struct ed_softc *,