sys/dev/pci/cz.c
1064
struct cztty_softc *sc = CZTTY_SOFTC(dev);
sys/dev/pci/cz.c
1094
struct cztty_softc *sc = CZTTY_SOFTC(dev);
sys/dev/pci/cz.c
1108
struct cztty_softc *sc = CZTTY_SOFTC(dev);
sys/dev/pci/cz.c
1122
struct cztty_softc *sc = CZTTY_SOFTC(dev);
sys/dev/pci/cz.c
1136
struct cztty_softc *sc = CZTTY_SOFTC(dev);
sys/dev/pci/cz.c
1207
cztty_break(struct cztty_softc *sc, int onoff)
sys/dev/pci/cz.c
1224
cztty_modem(struct cztty_softc *sc, int onoff)
sys/dev/pci/cz.c
1249
tiocm_to_cztty(struct cztty_softc *sc, u_long how, int ttybits)
sys/dev/pci/cz.c
1289
cztty_to_tiocm(struct cztty_softc *sc)
sys/dev/pci/cz.c
1330
struct cztty_softc *sc = CZTTY_SOFTC(tp->t_dev);
sys/dev/pci/cz.c
1469
struct cztty_softc *sc = CZTTY_SOFTC(tp->t_dev);
sys/dev/pci/cz.c
1508
struct cztty_softc *sc = arg;
sys/dev/pci/cz.c
1573
cztty_transmit(struct cztty_softc *sc, struct tty *tp)
sys/dev/pci/cz.c
1619
cztty_receive(struct cztty_softc *sc, struct tty *tp)
sys/dev/pci/cz.c
164
struct cztty_softc *cz_ports; /* our array of ports */
sys/dev/pci/cz.c
175
static int cztty_transmit(struct cztty_softc *, struct tty *);
sys/dev/pci/cz.c
176
static int cztty_receive(struct cztty_softc *, struct tty *);
sys/dev/pci/cz.c
178
static struct cztty_softc *cztty_getttysoftc(dev_t dev);
sys/dev/pci/cz.c
184
static void cztty_shutdown(struct cztty_softc *sc);
sys/dev/pci/cz.c
185
static void cztty_modem(struct cztty_softc *sc, int onoff);
sys/dev/pci/cz.c
186
static void cztty_break(struct cztty_softc *sc, int onoff);
sys/dev/pci/cz.c
187
static void tiocm_to_cztty(struct cztty_softc *sc, u_long how, int ttybits);
sys/dev/pci/cz.c
188
static int cztty_to_tiocm(struct cztty_softc *sc);
sys/dev/pci/cz.c
291
struct cztty_softc *sc;
sys/dev/pci/cz.c
386
cz->cz_ports = malloc(sizeof(struct cztty_softc) * cz->cz_nchannels,
sys/dev/pci/cz.c
690
struct cztty_softc *sc;
sys/dev/pci/cz.c
854
static struct cztty_softc *
sys/dev/pci/cz.c
886
struct cztty_softc *sc = CZTTY_SOFTC(dev);
sys/dev/pci/cz.c
902
cztty_shutdown(struct cztty_softc *sc)
sys/dev/pci/cz.c
946
struct cztty_softc *sc = CZTTY_SOFTC(dev);