Searched refs:zstty_softc (Results 1 – 2 of 2) sorted by relevance
188 struct zstty_softc { struct242 CFATTACH_DECL_NEW(zstty, sizeof(struct zstty_softc), argument271 static void zs_shutdown(struct zstty_softc *);274 static void zs_modem(struct zstty_softc *, int);275 static void tiocm_to_zs(struct zstty_softc *, u_long, int);276 static int zs_to_tiocm(struct zstty_softc *);278 static void zs_hwiflow(struct zstty_softc *);279 static void zs_maskintr(struct zstty_softc *);302 struct zstty_softc *sc = device_private(dev); in zstty_get_tty_from_dev()329 struct zstty_softc *zst = device_private(self); in zstty_attach()[all …]
255 struct zstty_softc { in zs_attach() struct