Home
last modified time | relevance | path

Searched defs:zstty_softc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dz8530tty.c188 struct zstty_softc { struct
189 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 …]
/netbsd-src/sys/arch/sun2/dev/
H A Dzs.c255 struct zstty_softc { in zs_attach() struct
260 device_t zst_dev; in zs_attach()
261 struct tty *zst_tty; in zs_attach()
262 struct zs_chanstate *zst_cs; in zs_attach()