Home
last modified time | relevance | path

Searched defs:mt_softc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/gpib/
H A Dmt.c111 struct mt_softc { struct
112 device_t sc_dev;
114 gpib_chipset_tag_t sc_ic;
115 gpib_handle_t sc_hdl;
117 int sc_slave; /* GPIB slave address (0-6) */
118 short sc_flags; /* see below */
119 u_char sc_lastdsj; /* place for DSJ in mtreaddsj() */
143 CFATTACH_DECL_NEW(mt, sizeof(struct mt_softc), argument
/netbsd-src/sys/arch/hp300/dev/
H A Dmt.c99 struct mt_softc { struct
100 device_t sc_dev;
101 struct callout sc_start_ch;
102 struct callout sc_intr_ch;
103 int sc_hpibno; /* logical HPIB this slave it attached to */
104 int sc_slave; /* HPIB slave address (0-6) */
105 short sc_flags; /* see below */
106 uint8_t sc_lastdsj; /* place for DSJ in mtreaddsj() */
107 uint8_t sc_lastecmd; /* place for End Command in mtreaddsj() */
108 short sc_recvtimeo; /* count of hpibsend timeouts to prevent hang */
[all …]
/netbsd-src/sys/dev/mscp/
H A Dmscp_tape.c71 struct mt_softc { struct
92 int mtcmd(struct mt_softc *, int, int, int); argument