Searched defs:ct_softc (Results 1 – 3 of 3) sorted by relevance
100 struct ct_softc { struct101 device_t sc_dev;102 int sc_slave; /* HP-IB slave ID */103 int sc_punit; /* physical unit */104 struct ct_iocmd sc_ioc;105 struct ct_rscmd sc_rsc;106 struct ct_stat sc_stat;107 struct ct_ssmcmd sc_ssmc;108 struct ct_srcmd sc_src;109 struct ct_soptcmd sc_soptc;[all …]
120 struct ct_softc { struct121 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;[all …]
51 struct ct_softc { struct58 } ct_softc[NHPIB][NCT]; argument