Lines Matching defs:sabtty_softc
84 struct sabtty_softc * sc_child[SAB_NCHAN];
94 struct sabtty_softc {
121 struct sabtty_softc *sabtty_cons_input;
122 struct sabtty_softc *sabtty_cons_output;
145 int sabtty_intr(struct sabtty_softc *, int *);
146 void sabtty_softintr(struct sabtty_softc *);
147 int sabtty_mdmctrl(struct sabtty_softc *, int, int);
148 void sabtty_cec_wait(struct sabtty_softc *);
149 void sabtty_tec_wait(struct sabtty_softc *);
150 void sabtty_reset(struct sabtty_softc *);
151 void sabtty_flush(struct sabtty_softc *);
153 void sabtty_console_flags(struct sabtty_softc *);
154 void sabtty_cnpollc(struct sabtty_softc *, int);
156 int sabttyparam(struct sabtty_softc *, struct tty *, struct termios *);
159 int sab_kgdb_check(struct sabtty_softc *);
160 void sab_kgdb_init(struct sabtty_softc *);
163 void sabtty_cnputc(struct sabtty_softc *, int);
164 int sabtty_cngetc(struct sabtty_softc *);
171 CFATTACH_DECL_NEW(sabtty, sizeof(struct sabtty_softc),
389 struct sabtty_softc *sc = device_private(self);
505 sabtty_intr(struct sabtty_softc *sc, int *needsoftp)
619 sabtty_softintr(struct sabtty_softc *sc)
675 struct sabtty_softc *sc;
780 struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(dev));
820 struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(dev));
829 struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(dev));
838 struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(dev));
901 struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(dev));
909 struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(tp->t_dev));
926 struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(dev));
933 sabtty_mdmctrl(struct sabtty_softc *sc, int bits, int how)
1004 sabttyparam(struct sabtty_softc *sc, struct tty *tp, struct termios *t)
1091 struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(tp->t_dev));
1099 struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(tp->t_dev));
1116 sabtty_cec_wait(struct sabtty_softc *sc)
1130 sabtty_tec_wait(struct sabtty_softc *sc)
1144 sabtty_reset(struct sabtty_softc *sc)
1169 sabtty_flush(struct sabtty_softc *sc)
1199 sabtty_cnputc(struct sabtty_softc *sc, int c)
1207 sabtty_cngetc(struct sabtty_softc *sc)
1243 sabtty_cnpollc(struct sabtty_softc *sc, int on)
1271 struct sabtty_softc *sc = sabtty_cons_output;
1281 struct sabtty_softc *sc = sabtty_cons_input;
1289 struct sabtty_softc *sc = sabtty_cons_input;
1297 sabtty_console_flags(struct sabtty_softc *sc)
1336 struct sabtty_softc *sc = device_private(dev);
1351 struct sabtty_softc *sc = arg;
1359 struct sabtty_softc *sc = arg;
1369 sab_kgdb_check(struct sabtty_softc *sc)
1375 sab_kgdb_init(struct sabtty_softc *sc)