Searched defs:zstty_softc (Results 1 – 1 of 1) sorted by relevance
147 struct zstty_softc { struct148 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> */[all …]