Searched defs:cztty_softc (Results 1 – 1 of 1) sorted by relevance
119 struct cztty_softc { struct120 struct cz_softc *sc_parent;121 struct tty *sc_tty;123 callout_t sc_diag_ch;125 int sc_channel; /* Also used to flag unattached chan */128 bus_space_tag_t sc_chan_st; /* channel space tag */129 bus_space_handle_t sc_chan_sh; /* channel space handle */130 bus_space_handle_t sc_buf_sh; /* buffer space handle */132 u_int sc_overflows,133 sc_parity_errors,[all …]