Searched refs:dpt_softc (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Ddptvar.h66 struct dpt_softc { struct
93 void dpt_init(struct dpt_softc *, const char *);
95 int dpt_readcfg(struct dpt_softc *);
H A Ddpt.c185 static void dpt_ccb_abort(struct dpt_softc *, struct dpt_ccb *);
186 static void dpt_ccb_done(struct dpt_softc *, struct dpt_ccb *);
187 static int dpt_ccb_map(struct dpt_softc *, struct dpt_ccb *);
188 static int dpt_ccb_poll(struct dpt_softc *, struct dpt_ccb *);
189 static void dpt_ccb_unmap(struct dpt_softc *, struct dpt_ccb *);
190 static int dpt_cmd(struct dpt_softc *, struct dpt_ccb *, int, int);
191 static void dpt_ctlrinfo(struct dpt_softc *, struct dpt_eata_ctlrinfo *);
192 static void dpt_hba_inquire(struct dpt_softc *, struct eata_inquiry_data **);
194 static int dpt_passthrough(struct dpt_softc *, struct eata_ucp *,
199 static void dpt_sysinfo(struct dpt_softc *, struc
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/eisa/
H A Ddpt_eisa.c64 CFATTACH_DECL(dpt_eisa, sizeof(struct dpt_softc),
128 struct dpt_softc *sc;
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Ddpt_pci.c62 CFATTACH_DECL(dpt_pci, sizeof(struct dpt_softc),
83 struct dpt_softc *sc;
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Ddpt_isa.c68 CFATTACH_DECL(dpt_isa, sizeof(struct dpt_softc),
261 struct dpt_softc *sc;
266 sc = (struct dpt_softc *)self;

Completed in 195 milliseconds