Lines Matching refs:mt_softc
99 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()
471 struct mt_softc *sc; in mtstrategy()
521 mtustart(struct mt_softc *sc) in mtustart()
532 struct mt_softc *sc = arg; in spl_mtintr()
552 struct mt_softc *sc = arg; in mtstart()
759 struct mt_softc *sc = arg; in mtgo()
773 struct mt_softc *sc = arg; in mtintr()