Home
last modified time | relevance | path

Searched refs:mt_softc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/mscp/
H A Dmscp_tape.c71 struct mt_softc { struct
92 int mtcmd(struct mt_softc *, int, int, int); argument
94 int mt_putonline(struct mt_softc *);
114 CFATTACH_DECL_NEW(mt, sizeof(struct mt_softc),
177 struct mt_softc *mt = device_private(self); in mtattach()
194 mt_putonline(struct mt_softc *mt) in mt_putonline()
200 ((volatile struct mt_softc *) mt)->mt_state = MT_OFFLINE; in mt_putonline()
224 struct mt_softc *mt; in mtopen()
252 struct mt_softc *mt = device_lookup_private(&mt_cd, unit); in mtclose()
275 struct mt_softc *mt; in mtstrategy()
[all …]
/netbsd-src/sys/dev/gpib/
H A Dmt.c111 struct mt_softc { struct
143 CFATTACH_DECL_NEW(mt, sizeof(struct mt_softc), argument
147 void mtustart(struct mt_softc *);
148 int mtreaddsj(struct mt_softc *, int);
155 void mtstart(struct mt_softc *);
156 void mtintr(struct mt_softc *);
229 struct mt_softc *sc = device_private(self); in mtattach()
264 mtreaddsj(struct mt_softc *sc, int ecmd) in mtreaddsj()
343 struct mt_softc *sc; in mtopen()
446 struct mt_softc *sc; in mtclose()
[all …]
/netbsd-src/sys/arch/hp300/dev/
H A Dmt.c99 struct mt_softc { struct
134 CFATTACH_DECL_NEW(mt, sizeof(struct mt_softc), argument
170 static int mtident(struct mt_softc *, struct hpibbus_attach_args *);
171 static void mtustart(struct mt_softc *);
172 static int mtreaddsj(struct mt_softc *, int);
192 struct mt_softc *sc = device_private(self); in mtattach()
222 mtident(struct mt_softc *sc, struct hpibbus_attach_args *ha) in mtident()
246 mtreaddsj(struct mt_softc *sc, int ecmd) in mtreaddsj()
324 struct mt_softc *sc; in mtopen()
427 struct mt_softc *sc = device_lookup_private(&mt_cd,UNIT(dev)); in mtclose()
[all …]