Lines Matching refs:mt_softc
71 struct mt_softc {
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;
320 struct mt_softc *mt = device_lookup_private(&mt_cd, unit);
349 struct mt_softc *mt = (void *)usc;
394 struct mt_softc *mt = (void *)usc;
420 struct mt_softc *mt = device_lookup_private(&mt_cd, unit);
465 mtcmd(struct mt_softc *mt, int cmd, int count, int complete)
538 struct mt_softc *mt = (void *)usc;