cztty_softc       114 dev/pci/cz.c   struct cztty_softc {
cztty_softc       159 dev/pci/cz.c   	struct cztty_softc *cz_ports;	/* our array of ports */
cztty_softc       177 dev/pci/cz.c   int	cztty_transmit(struct cztty_softc *, struct tty *);
cztty_softc       178 dev/pci/cz.c   int	cztty_receive(struct cztty_softc *, struct tty *);
cztty_softc       180 dev/pci/cz.c   struct	cztty_softc * cztty_getttysoftc(dev_t dev);
cztty_softc       190 dev/pci/cz.c   void    cztty_shutdown(struct cztty_softc *sc);
cztty_softc       191 dev/pci/cz.c   void	cztty_modem(struct cztty_softc *sc, int onoff);
cztty_softc       192 dev/pci/cz.c   void	cztty_break(struct cztty_softc *sc, int onoff);
cztty_softc       193 dev/pci/cz.c   void	tiocm_to_cztty(struct cztty_softc *sc, u_long how, int ttybits);
cztty_softc       194 dev/pci/cz.c   int	cztty_to_tiocm(struct cztty_softc *sc);
cztty_softc       299 dev/pci/cz.c   	struct cztty_softc *sc;
cztty_softc       391 dev/pci/cz.c   	cz->cz_ports = malloc(sizeof(struct cztty_softc) * cz->cz_nchannels,
cztty_softc       395 dev/pci/cz.c   	    sizeof(struct cztty_softc) * cz->cz_nchannels);
cztty_softc       691 dev/pci/cz.c   	struct	cztty_softc *sc;
cztty_softc       848 dev/pci/cz.c   struct cztty_softc *
cztty_softc       893 dev/pci/cz.c   	struct cztty_softc *sc = CZTTY_SOFTC(dev);
cztty_softc       909 dev/pci/cz.c   cztty_shutdown(struct cztty_softc *sc)
cztty_softc       953 dev/pci/cz.c   	struct cztty_softc *sc = CZTTY_SOFTC(dev);
cztty_softc      1072 dev/pci/cz.c   	struct cztty_softc *sc = CZTTY_SOFTC(dev);
cztty_softc      1102 dev/pci/cz.c   	struct cztty_softc *sc = CZTTY_SOFTC(dev);
cztty_softc      1116 dev/pci/cz.c   	struct cztty_softc *sc = CZTTY_SOFTC(dev);
cztty_softc      1131 dev/pci/cz.c   	struct cztty_softc *sc = CZTTY_SOFTC(dev);
cztty_softc      1146 dev/pci/cz.c   	struct cztty_softc *sc = CZTTY_SOFTC(dev);
cztty_softc      1216 dev/pci/cz.c   cztty_break(struct cztty_softc *sc, int onoff)
cztty_softc      1233 dev/pci/cz.c   cztty_modem(struct cztty_softc *sc, int onoff)
cztty_softc      1258 dev/pci/cz.c   tiocm_to_cztty(struct cztty_softc *sc, u_long how, int ttybits)
cztty_softc      1298 dev/pci/cz.c   cztty_to_tiocm(struct cztty_softc *sc)
cztty_softc      1339 dev/pci/cz.c   	struct cztty_softc *sc = CZTTY_SOFTC(tp->t_dev);
cztty_softc      1478 dev/pci/cz.c   	struct cztty_softc *sc = CZTTY_SOFTC(tp->t_dev);
cztty_softc      1527 dev/pci/cz.c   	struct cztty_softc *sc = arg;
cztty_softc      1577 dev/pci/cz.c   cztty_transmit(struct cztty_softc *sc, struct tty *tp)
cztty_softc      1623 dev/pci/cz.c   cztty_receive(struct cztty_softc *sc, struct tty *tp)