Symbol: dpt_softc
sys/dev/eisa/dpt_eisa.c
120
struct dpt_softc *sc;
sys/dev/eisa/dpt_eisa.c
64
CFATTACH_DECL_NEW(dpt_eisa, sizeof(struct dpt_softc),
sys/dev/ic/dpt.c
1059
dpt_hba_inquire(struct dpt_softc *sc, struct eata_inquiry_data **ei)
sys/dev/ic/dpt.c
1130
struct dpt_softc *sc;
sys/dev/ic/dpt.c
1185
dpt_ctlrinfo(struct dpt_softc *sc, struct dpt_eata_ctlrinfo *info)
sys/dev/ic/dpt.c
1204
dpt_sysinfo(struct dpt_softc *sc, struct dpt_sysinfo *info)
sys/dev/ic/dpt.c
1276
dpt_passthrough(struct dpt_softc *sc, struct eata_ucp *ucp, struct lwp *l)
sys/dev/ic/dpt.c
195
static void dpt_ccb_abort(struct dpt_softc *, struct dpt_ccb *);
sys/dev/ic/dpt.c
196
static void dpt_ccb_done(struct dpt_softc *, struct dpt_ccb *);
sys/dev/ic/dpt.c
197
static int dpt_ccb_map(struct dpt_softc *, struct dpt_ccb *);
sys/dev/ic/dpt.c
198
static int dpt_ccb_poll(struct dpt_softc *, struct dpt_ccb *);
sys/dev/ic/dpt.c
199
static void dpt_ccb_unmap(struct dpt_softc *, struct dpt_ccb *);
sys/dev/ic/dpt.c
200
static int dpt_cmd(struct dpt_softc *, struct dpt_ccb *, int, int);
sys/dev/ic/dpt.c
201
static void dpt_ctlrinfo(struct dpt_softc *, struct dpt_eata_ctlrinfo *);
sys/dev/ic/dpt.c
202
static void dpt_hba_inquire(struct dpt_softc *, struct eata_inquiry_data **);
sys/dev/ic/dpt.c
204
static int dpt_passthrough(struct dpt_softc *, struct eata_ucp *,
sys/dev/ic/dpt.c
209
static void dpt_sysinfo(struct dpt_softc *, struct dpt_sysinfo *);
sys/dev/ic/dpt.c
210
static int dpt_wait(struct dpt_softc *, u_int8_t, u_int8_t, int);
sys/dev/ic/dpt.c
212
static inline struct dpt_ccb *dpt_ccb_alloc(struct dpt_softc *);
sys/dev/ic/dpt.c
213
static inline void dpt_ccb_free(struct dpt_softc *, struct dpt_ccb *);
sys/dev/ic/dpt.c
216
dpt_ccb_alloc(struct dpt_softc *sc)
sys/dev/ic/dpt.c
230
dpt_ccb_free(struct dpt_softc *sc, struct dpt_ccb *ccb)
sys/dev/ic/dpt.c
247
struct dpt_softc *sc;
sys/dev/ic/dpt.c
328
dpt_init(struct dpt_softc *sc, const char *intrstr)
sys/dev/ic/dpt.c
502
dpt_readcfg(struct dpt_softc *sc)
sys/dev/ic/dpt.c
620
struct dpt_softc *sc;
sys/dev/ic/dpt.c
639
dpt_cmd(struct dpt_softc *sc, struct dpt_ccb *ccb, int eatacmd, int icmd)
sys/dev/ic/dpt.c
675
dpt_wait(struct dpt_softc *sc, u_int8_t mask, u_int8_t state, int ms)
sys/dev/ic/dpt.c
693
dpt_ccb_poll(struct dpt_softc *sc, struct dpt_ccb *ccb)
sys/dev/ic/dpt.c
727
dpt_ccb_done(struct dpt_softc *sc, struct dpt_ccb *ccb)
sys/dev/ic/dpt.c
790
dpt_ccb_abort(struct dpt_softc *sc, struct dpt_ccb *ccb)
sys/dev/ic/dpt.c
828
dpt_ccb_map(struct dpt_softc *sc, struct dpt_ccb *ccb)
sys/dev/ic/dpt.c
898
dpt_ccb_unmap(struct dpt_softc *sc, struct dpt_ccb *ccb)
sys/dev/ic/dpt.c
927
struct dpt_softc *sc;
sys/dev/ic/dptvar.h
93
void dpt_init(struct dpt_softc *, const char *);
sys/dev/ic/dptvar.h
95
int dpt_readcfg(struct dpt_softc *);
sys/dev/isa/dpt_isa.c
261
struct dpt_softc *sc;
sys/dev/isa/dpt_isa.c
68
CFATTACH_DECL_NEW(dpt_isa, sizeof(struct dpt_softc),
sys/dev/pci/dpt_pci.c
62
CFATTACH_DECL_NEW(dpt_pci, sizeof(struct dpt_softc),
sys/dev/pci/dpt_pci.c
83
struct dpt_softc *sc;