Lines Matching defs:cztty_softc
108 * cztty_softc:
112 struct cztty_softc {
157 struct cztty_softc *cz_ports; /* our array of ports */
175 int cztty_transmit(struct cztty_softc *, struct tty *);
176 int cztty_receive(struct cztty_softc *, struct tty *);
178 struct cztty_softc * cztty_getttysoftc(dev_t dev);
187 void cztty_shutdown(struct cztty_softc *sc);
188 void cztty_modem(struct cztty_softc *sc, int onoff);
189 void cztty_break(struct cztty_softc *sc, int onoff);
190 void tiocm_to_cztty(struct cztty_softc *sc, u_long how, int ttybits);
191 int cztty_to_tiocm(struct cztty_softc *sc);
292 struct cztty_softc *sc;
382 sizeof(struct cztty_softc), M_DEVBUF, M_WAITOK | M_ZERO);
679 struct cztty_softc *sc;
836 struct cztty_softc *
881 struct cztty_softc *sc = CZTTY_SOFTC(dev);
897 cztty_shutdown(struct cztty_softc *sc)
941 struct cztty_softc *sc = CZTTY_SOFTC(dev);
1056 struct cztty_softc *sc = CZTTY_SOFTC(dev);
1086 struct cztty_softc *sc = CZTTY_SOFTC(dev);
1100 struct cztty_softc *sc = CZTTY_SOFTC(dev);
1114 struct cztty_softc *sc = CZTTY_SOFTC(dev);
1184 cztty_break(struct cztty_softc *sc, int onoff)
1201 cztty_modem(struct cztty_softc *sc, int onoff)
1226 tiocm_to_cztty(struct cztty_softc *sc, u_long how, int ttybits)
1266 cztty_to_tiocm(struct cztty_softc *sc)
1307 struct cztty_softc *sc = CZTTY_SOFTC(tp->t_dev);
1446 struct cztty_softc *sc = CZTTY_SOFTC(tp->t_dev);
1489 struct cztty_softc *sc = arg;
1539 cztty_transmit(struct cztty_softc *sc, struct tty *tp)
1585 cztty_receive(struct cztty_softc *sc, struct tty *tp)