HomeSort by: relevance | last modified time | path
    Searched defs:sabtty_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/sparc64/dev/
sab.c 84 struct sabtty_softc * sc_child[SAB_NCHAN];
94 struct sabtty_softc { struct
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 *);
    [all...]

Completed in 13 milliseconds