Searched defs:zstty_softc (Results 1 – 2 of 2) sorted by relevance
188 struct zstty_softc { struct189 device_t zst_dev; /* required first: base device */190 struct tty *zst_tty;191 struct zs_chanstate *zst_cs;193 struct callout zst_diag_ch;195 u_int zst_overflows,196 zst_floods,197 zst_errors;199 int zst_hwflags, /* see z8530var.h */200 zst_swflags; /* TIOCFLAG_SOFTCAR, ... <ttycom.h> */[all …]
255 struct zstty_softc { in zs_attach() struct260 device_t zst_dev; in zs_attach()261 struct tty *zst_tty; in zs_attach()262 struct zs_chanstate *zst_cs; in zs_attach()