Lines Matching refs:sc_cnstate
195 static u_int scgetc(sc_softc_t *sc, u_int flags, struct sc_cnstate *sp);
1788 static void sccnclose(sc_softc_t *sc, struct sc_cnstate *sp);
1789 static int sc_cngetc_locked(struct sc_cnstate *sp);
1790 static void sccnkbdlock(sc_softc_t *sc, struct sc_cnstate *sp);
1791 static void sccnkbdunlock(sc_softc_t *sc, struct sc_cnstate *sp);
1792 static void sccnopen(sc_softc_t *sc, struct sc_cnstate *sp, int flags);
1793 static void sccnscrlock(sc_softc_t *sc, struct sc_cnstate *sp);
1794 static void sccnscrunlock(sc_softc_t *sc, struct sc_cnstate *sp);
1797 sccnkbdlock(sc_softc_t *sc, struct sc_cnstate *sp) in sccnkbdlock()
1809 sccnkbdunlock(sc_softc_t *sc, struct sc_cnstate *sp) in sccnkbdunlock()
1817 sccnscrlock(sc_softc_t *sc, struct sc_cnstate *sp) in sccnscrlock()
1853 sccnscrunlock(sc_softc_t *sc, struct sc_cnstate *sp) in sccnscrunlock()
1861 sccnopen(sc_softc_t *sc, struct sc_cnstate *sp, int flags) in sccnopen()
1911 sccnclose(sc_softc_t *sc, struct sc_cnstate *sp) in sccnclose()
1980 struct sc_cnstate st; in sc_cnputc()
2084 struct sc_cnstate st; in sc_cngetc()
2102 sc_cngetc_locked(struct sc_cnstate *sp) in sc_cngetc_locked()
3753 scgetc(sc_softc_t *sc, u_int flags, struct sc_cnstate *sp) in scgetc()