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