Symbol: mt_softc
sys/arch/hp300/dev/mt.c
134
CFATTACH_DECL_NEW(mt, sizeof(struct mt_softc),
sys/arch/hp300/dev/mt.c
170
static int mtident(struct mt_softc *, struct hpibbus_attach_args *);
sys/arch/hp300/dev/mt.c
171
static void mtustart(struct mt_softc *);
sys/arch/hp300/dev/mt.c
172
static int mtreaddsj(struct mt_softc *, int);
sys/arch/hp300/dev/mt.c
192
struct mt_softc *sc = device_private(self);
sys/arch/hp300/dev/mt.c
222
mtident(struct mt_softc *sc, struct hpibbus_attach_args *ha)
sys/arch/hp300/dev/mt.c
246
mtreaddsj(struct mt_softc *sc, int ecmd)
sys/arch/hp300/dev/mt.c
324
struct mt_softc *sc;
sys/arch/hp300/dev/mt.c
427
struct mt_softc *sc = device_lookup_private(&mt_cd,UNIT(dev));
sys/arch/hp300/dev/mt.c
471
struct mt_softc *sc;
sys/arch/hp300/dev/mt.c
521
mtustart(struct mt_softc *sc)
sys/arch/hp300/dev/mt.c
532
struct mt_softc *sc = arg;
sys/arch/hp300/dev/mt.c
552
struct mt_softc *sc = arg;
sys/arch/hp300/dev/mt.c
759
struct mt_softc *sc = arg;
sys/arch/hp300/dev/mt.c
773
struct mt_softc *sc = arg;
sys/dev/gpib/mt.c
143
CFATTACH_DECL_NEW(mt, sizeof(struct mt_softc),
sys/dev/gpib/mt.c
147
void mtustart(struct mt_softc *);
sys/dev/gpib/mt.c
148
int mtreaddsj(struct mt_softc *, int);
sys/dev/gpib/mt.c
155
void mtstart(struct mt_softc *);
sys/dev/gpib/mt.c
156
void mtintr(struct mt_softc *);
sys/dev/gpib/mt.c
229
struct mt_softc *sc = device_private(self);
sys/dev/gpib/mt.c
264
mtreaddsj(struct mt_softc *sc, int ecmd)
sys/dev/gpib/mt.c
343
struct mt_softc *sc;
sys/dev/gpib/mt.c
446
struct mt_softc *sc;
sys/dev/gpib/mt.c
466
struct mt_softc *sc;
sys/dev/gpib/mt.c
504
struct mt_softc *sc;
sys/dev/gpib/mt.c
556
mtustart(struct mt_softc *sc)
sys/dev/gpib/mt.c
567
struct mt_softc *sc = v;
sys/dev/gpib/mt.c
589
struct mt_softc *sc = arg;
sys/dev/gpib/mt.c
602
mtstart((struct mt_softc *)arg);
sys/dev/gpib/mt.c
607
mtstart(struct mt_softc *sc)
sys/dev/gpib/mt.c
807
mtintr(struct mt_softc *sc)
sys/dev/mscp/mscp_tape.c
114
CFATTACH_DECL_NEW(mt, sizeof(struct mt_softc),
sys/dev/mscp/mscp_tape.c
177
struct mt_softc *mt = device_private(self);
sys/dev/mscp/mscp_tape.c
194
mt_putonline(struct mt_softc *mt)
sys/dev/mscp/mscp_tape.c
200
((volatile struct mt_softc *) mt)->mt_state = MT_OFFLINE;
sys/dev/mscp/mscp_tape.c
224
struct mt_softc *mt;
sys/dev/mscp/mscp_tape.c
252
struct mt_softc *mt = device_lookup_private(&mt_cd, unit);
sys/dev/mscp/mscp_tape.c
275
struct mt_softc *mt;
sys/dev/mscp/mscp_tape.c
320
struct mt_softc *mt = device_lookup_private(&mt_cd, unit);
sys/dev/mscp/mscp_tape.c
349
struct mt_softc *mt = (void *)usc;
sys/dev/mscp/mscp_tape.c
394
struct mt_softc *mt = (void *)usc;
sys/dev/mscp/mscp_tape.c
420
struct mt_softc *mt = device_lookup_private(&mt_cd, unit);
sys/dev/mscp/mscp_tape.c
465
mtcmd(struct mt_softc *mt, int cmd, int count, int complete)
sys/dev/mscp/mscp_tape.c
538
struct mt_softc *mt = (void *)usc;
sys/dev/mscp/mscp_tape.c
92
int mtcmd(struct mt_softc *, int, int, int);
sys/dev/mscp/mscp_tape.c
94
int mt_putonline(struct mt_softc *);