Symbol: edc_mca_softc
sys/dev/mca/ed_mca.c
134
struct edc_mca_softc *sc = device_private(parent);
sys/dev/mca/ed_mca.c
154
struct edc_mca_softc *sc = device_private(parent);
sys/dev/mca/edc_mca.c
117
CFATTACH_DECL_NEW(edc_mca, sizeof(struct edc_mca_softc),
sys/dev/mca/edc_mca.c
121
static void edc_dump_status_block(struct edc_mca_softc *,
sys/dev/mca/edc_mca.c
123
static int edc_do_attn(struct edc_mca_softc *, int, int, int);
sys/dev/mca/edc_mca.c
124
static void edc_cmd_wait(struct edc_mca_softc *, int, int);
sys/dev/mca/edc_mca.c
144
struct edc_mca_softc *sc = device_private(self);
sys/dev/mca/edc_mca.c
345
edc_add_disk(struct edc_mca_softc *sc, struct ed_softc *ed)
sys/dev/mca/edc_mca.c
353
struct edc_mca_softc *sc = arg;
sys/dev/mca/edc_mca.c
497
edc_do_attn(struct edc_mca_softc *sc, int attn_type, int devno, int intr_id)
sys/dev/mca/edc_mca.c
549
edc_cmd_wait(struct edc_mca_softc *sc, int secs, int poll)
sys/dev/mca/edc_mca.c
577
edc_run_cmd(struct edc_mca_softc *sc, int cmd, int devno,
sys/dev/mca/edc_mca.c
739
edc_dump_status_block(struct edc_mca_softc *sc, u_int16_t *status_block,
sys/dev/mca/edc_mca.c
806
struct edc_mca_softc *sc = (struct edc_mca_softc *) arg;
sys/dev/mca/edc_mca.c
854
edc_bio(struct edc_mca_softc *sc, struct ed_softc *ed, void *data,
sys/dev/mca/edcvar.h
36
int edc_run_cmd(struct edc_mca_softc *, int, int, u_int16_t [], int, int);
sys/dev/mca/edcvar.h
37
void edc_add_disk(struct edc_mca_softc *, struct ed_softc *);
sys/dev/mca/edcvar.h
38
int edc_bio(struct edc_mca_softc *, struct ed_softc *,
sys/dev/mca/edvar.h
35
struct edc_mca_softc;
sys/dev/mca/edvar.h
45
struct edc_mca_softc *edc_softc; /* pointer to our controller */