sabtty_softc
sabttyparam(struct sabtty_softc *sc, struct tty *tp, struct termios *t)
struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(tp->t_dev));
struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(tp->t_dev));
sabtty_cec_wait(struct sabtty_softc *sc)
sabtty_tec_wait(struct sabtty_softc *sc)
sabtty_reset(struct sabtty_softc *sc)
sabtty_flush(struct sabtty_softc *sc)
sabtty_cnputc(struct sabtty_softc *sc, int c)
sabtty_cngetc(struct sabtty_softc *sc)
struct sabtty_softc *sabtty_cons_input;
struct sabtty_softc *sabtty_cons_output;
sabtty_cnpollc(struct sabtty_softc *sc, int on)
struct sabtty_softc *sc = sabtty_cons_output;
struct sabtty_softc *sc = sabtty_cons_input;
struct sabtty_softc *sc = sabtty_cons_input;
sabtty_console_flags(struct sabtty_softc *sc)
struct sabtty_softc *sc = device_private(dev);
struct sabtty_softc *sc = arg;
struct sabtty_softc *sc = arg;
sab_kgdb_check(struct sabtty_softc *sc)
sab_kgdb_init(struct sabtty_softc *sc)
int sabtty_intr(struct sabtty_softc *, int *);
void sabtty_softintr(struct sabtty_softc *);
int sabtty_mdmctrl(struct sabtty_softc *, int, int);
void sabtty_cec_wait(struct sabtty_softc *);
void sabtty_tec_wait(struct sabtty_softc *);
void sabtty_reset(struct sabtty_softc *);
void sabtty_flush(struct sabtty_softc *);
void sabtty_console_flags(struct sabtty_softc *);
void sabtty_cnpollc(struct sabtty_softc *, int);
int sabttyparam(struct sabtty_softc *, struct tty *, struct termios *);
int sab_kgdb_check(struct sabtty_softc *);
void sab_kgdb_init(struct sabtty_softc *);
void sabtty_cnputc(struct sabtty_softc *, int);
int sabtty_cngetc(struct sabtty_softc *);
CFATTACH_DECL_NEW(sabtty, sizeof(struct sabtty_softc),
struct sabtty_softc *sc = device_private(self);
sabtty_intr(struct sabtty_softc *sc, int *needsoftp)
sabtty_softintr(struct sabtty_softc *sc)
struct sabtty_softc *sc;
struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(dev));
struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(dev));
struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(dev));
struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(dev));
struct sabtty_softc * sc_child[SAB_NCHAN];
struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(dev));
struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(tp->t_dev));
struct sabtty_softc *sc = device_lookup_private(&sabtty_cd, SABUNIT(dev));
sabtty_mdmctrl(struct sabtty_softc *sc, int bits, int how)