HomeSort by: relevance | last modified time | path
    Searched defs:mt_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hp300/dev/
mt.c 99 struct mt_softc { struct
134 CFATTACH_DECL_NEW(mt, sizeof(struct mt_softc),
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);
222 mtident(struct mt_softc *sc, struct hpibbus_attach_args *ha)
246 mtreaddsj(struct mt_softc *sc, int ecmd)
324 struct mt_softc *sc;
427 struct mt_softc *sc = device_lookup_private(&mt_cd,UNIT(dev))
    [all...]
  /src/sys/dev/mscp/
mscp_tape.c 71 struct mt_softc { struct
92 int mtcmd(struct mt_softc *, int, int, int);
94 int mt_putonline(struct mt_softc *);
114 CFATTACH_DECL_NEW(mt, sizeof(struct mt_softc),
177 struct mt_softc *mt = device_private(self);
194 mt_putonline(struct mt_softc *mt)
200 ((volatile struct mt_softc *) mt)->mt_state = MT_OFFLINE;
224 struct mt_softc *mt;
252 struct mt_softc *mt = device_lookup_private(&mt_cd, unit);
275 struct mt_softc *mt
    [all...]
  /src/sys/dev/gpib/
mt.c 111 struct mt_softc { struct
143 CFATTACH_DECL_NEW(mt, sizeof(struct mt_softc),
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);
264 mtreaddsj(struct mt_softc *sc, int ecmd)
343 struct mt_softc *sc;
446 struct mt_softc *sc
    [all...]

Completed in 11 milliseconds