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