Lines Matching defs:zstty_softc
147 struct zstty_softc { struct
148 struct device zst_dev; /* required first: base device */
149 struct tty *zst_tty;
150 struct zs_chanstate *zst_cs;
152 struct timeout zst_diag_ch;
154 u_int zst_overflows,
155 zst_floods,
156 zst_errors;
158 int zst_hwflags, /* see z8530var.h */
159 zst_swflags; /* TIOCFLAG_SOFTCAR, ... <ttycom.h> */
161 u_int zst_r_hiwat,
162 zst_r_lowat;
163 uint8_t *volatile zst_rbget,
164 *volatile zst_rbput;
165 volatile u_int zst_rbavail;
166 uint8_t *zst_rbuf,
167 *zst_ebuf;
175 uint8_t *zst_tba; /* transmit buffer address */
176 u_int zst_tbc, /* transmit byte count */
177 zst_heldtbc; /* held tbc while xmission stopped */
203 sizeof(struct zstty_softc), zstty_match, zstty_attach argument