HomeSort by: relevance | last modified time | path
    Searched defs:zstty_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun2/dev/
zs.c 255 struct zstty_softc { struct in function:zs_attach
  /src/sys/dev/ic/
z8530tty.c 188 struct zstty_softc { struct
242 CFATTACH_DECL_NEW(zstty, sizeof(struct zstty_softc),
271 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 *);
295 * (struct zstty_softc *) - needed by sparc/dev/zs.c, sparc64/dev/zs.c,
302 struct zstty_softc *sc = device_private(dev)
    [all...]

Completed in 14 milliseconds