Lines Matching defs:ct_softc
120 struct ct_softc { struct
121 device_t sc_dev;
123 gpib_chipset_tag_t sc_ic;
124 gpib_handle_t sc_hdl;
126 int sc_slave; /* GPIB slave ID */
127 int sc_punit; /* physical unit */
128 struct ct_iocmd sc_ioc;
129 struct ct_rscmd sc_rsc;
130 struct cs80_stat sc_stat;
131 struct bufq_state *sc_tab;
132 int sc_active;
133 struct buf *sc_bp;
134 struct buf sc_bufstore; /* XXX */
135 int sc_blkno;
136 int sc_cmd;
160 CFATTACH_DECL_NEW(ct, sizeof(struct ct_softc), argument