Symbol: sc_cnstate
sys/dev/syscons/syscons.c
1788
static void sccnclose(sc_softc_t *sc, struct sc_cnstate *sp);
sys/dev/syscons/syscons.c
1789
static int sc_cngetc_locked(struct sc_cnstate *sp);
sys/dev/syscons/syscons.c
1790
static void sccnkbdlock(sc_softc_t *sc, struct sc_cnstate *sp);
sys/dev/syscons/syscons.c
1791
static void sccnkbdunlock(sc_softc_t *sc, struct sc_cnstate *sp);
sys/dev/syscons/syscons.c
1792
static void sccnopen(sc_softc_t *sc, struct sc_cnstate *sp, int flags);
sys/dev/syscons/syscons.c
1793
static void sccnscrlock(sc_softc_t *sc, struct sc_cnstate *sp);
sys/dev/syscons/syscons.c
1794
static void sccnscrunlock(sc_softc_t *sc, struct sc_cnstate *sp);
sys/dev/syscons/syscons.c
1797
sccnkbdlock(sc_softc_t *sc, struct sc_cnstate *sp)
sys/dev/syscons/syscons.c
1809
sccnkbdunlock(sc_softc_t *sc, struct sc_cnstate *sp)
sys/dev/syscons/syscons.c
1817
sccnscrlock(sc_softc_t *sc, struct sc_cnstate *sp)
sys/dev/syscons/syscons.c
1853
sccnscrunlock(sc_softc_t *sc, struct sc_cnstate *sp)
sys/dev/syscons/syscons.c
1861
sccnopen(sc_softc_t *sc, struct sc_cnstate *sp, int flags)
sys/dev/syscons/syscons.c
1911
sccnclose(sc_softc_t *sc, struct sc_cnstate *sp)
sys/dev/syscons/syscons.c
195
static u_int scgetc(sc_softc_t *sc, u_int flags, struct sc_cnstate *sp);
sys/dev/syscons/syscons.c
1980
struct sc_cnstate st;
sys/dev/syscons/syscons.c
2084
struct sc_cnstate st;
sys/dev/syscons/syscons.c
2102
sc_cngetc_locked(struct sc_cnstate *sp)
sys/dev/syscons/syscons.c
3753
scgetc(sc_softc_t *sc, u_int flags, struct sc_cnstate *sp)
sys/dev/syscons/syscons.h
230
struct sc_cnstate grab_state[2];