Lines Matching refs:mt_softc
111 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()
466 struct mt_softc *sc; in mtcommand()
504 struct mt_softc *sc; in mtstrategy()
556 mtustart(struct mt_softc *sc) in mtustart()
567 struct mt_softc *sc = v; in mtcallback()
589 struct mt_softc *sc = arg; in mtintr_callout()
602 mtstart((struct mt_softc *)arg); in mtstart_callout()
607 mtstart(struct mt_softc *sc) in mtstart()
807 mtintr(struct mt_softc *sc) in mtintr()