Home
last modified time | relevance | path

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

/mirbsd/src/sys/arch/sparc/dev/
Dz8530tty.c147 struct zstty_softc { struct
204 sizeof(struct zstty_softc), zstty_match, zstty_attach argument
216 void zs_shutdown(struct zstty_softc *);
219 void zs_modem(struct zstty_softc *, int);
220 void tiocm_to_zs(struct zstty_softc *, u_long, int);
221 int zs_to_tiocm(struct zstty_softc *);
223 void zs_hwiflow(struct zstty_softc *);
224 void zs_maskintr(struct zstty_softc *);
265 struct zstty_softc *zst = (void *) self;
423 struct zstty_softc *zst;
[all …]
/mirbsd/src/sys/dev/ic/
Dz8530tty.c111 struct zstty_softc { struct
162 sizeof(struct zstty_softc), zstty_match, zstty_attach argument
176 static void zs_modem(struct zstty_softc *zst, int onoff);
178 static void zs_hwiflow(struct zstty_softc *, int);
183 static void zsoverrun(struct zstty_softc *, long *, char *);
213 struct zstty_softc *zst = (void *) self;
308 struct zstty_softc *zst;
332 struct zstty_softc *zst;
434 struct zstty_softc *zst;
474 register struct zstty_softc *zst;
[all …]