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

  /src/sys/dev/pci/
cz.c 115 * cztty_softc:
119 struct cztty_softc { struct
164 struct cztty_softc *cz_ports; /* our array of ports */
175 static int cztty_transmit(struct cztty_softc *, struct tty *);
176 static int cztty_receive(struct cztty_softc *, struct tty *);
178 static struct cztty_softc *cztty_getttysoftc(dev_t dev);
184 static void cztty_shutdown(struct cztty_softc *sc);
185 static void cztty_modem(struct cztty_softc *sc, int onoff);
186 static void cztty_break(struct cztty_softc *sc, int onoff);
187 static void tiocm_to_cztty(struct cztty_softc *sc, u_long how, int ttybits)
    [all...]

Completed in 12 milliseconds