mt_softc
CFATTACH_DECL_NEW(mt, sizeof(struct mt_softc),
static int mtident(struct mt_softc *, struct hpibbus_attach_args *);
static void mtustart(struct mt_softc *);
static int mtreaddsj(struct mt_softc *, int);
struct mt_softc *sc = device_private(self);
mtident(struct mt_softc *sc, struct hpibbus_attach_args *ha)
mtreaddsj(struct mt_softc *sc, int ecmd)
struct mt_softc *sc;
struct mt_softc *sc = device_lookup_private(&mt_cd,UNIT(dev));
struct mt_softc *sc;
mtustart(struct mt_softc *sc)
struct mt_softc *sc = arg;
struct mt_softc *sc = arg;
struct mt_softc *sc = arg;
struct mt_softc *sc = arg;
CFATTACH_DECL_NEW(mt, sizeof(struct mt_softc),
void mtustart(struct mt_softc *);
int mtreaddsj(struct mt_softc *, int);
void mtstart(struct mt_softc *);
void mtintr(struct mt_softc *);
struct mt_softc *sc = device_private(self);
mtreaddsj(struct mt_softc *sc, int ecmd)
struct mt_softc *sc;
struct mt_softc *sc;
struct mt_softc *sc;
struct mt_softc *sc;
mtustart(struct mt_softc *sc)
struct mt_softc *sc = v;
struct mt_softc *sc = arg;
mtstart((struct mt_softc *)arg);
mtstart(struct mt_softc *sc)
mtintr(struct mt_softc *sc)
CFATTACH_DECL_NEW(mt, sizeof(struct mt_softc),
struct mt_softc *mt = device_private(self);
mt_putonline(struct mt_softc *mt)
((volatile struct mt_softc *) mt)->mt_state = MT_OFFLINE;
struct mt_softc *mt;
struct mt_softc *mt = device_lookup_private(&mt_cd, unit);
struct mt_softc *mt;
struct mt_softc *mt = device_lookup_private(&mt_cd, unit);
struct mt_softc *mt = (void *)usc;
struct mt_softc *mt = (void *)usc;
struct mt_softc *mt = device_lookup_private(&mt_cd, unit);
mtcmd(struct mt_softc *mt, int cmd, int count, int complete)
struct mt_softc *mt = (void *)usc;
int mtcmd(struct mt_softc *, int, int, int);
int mt_putonline(struct mt_softc *);