Searched refs:scgetc (Results 1 – 1 of 1) sorted by relevance
195 static u_int scgetc(sc_softc_t *sc, u_int flags, struct sc_cnstate *sp);845 while ((c = scgetc(sc, SCGETC_NONBLOCK, NULL)) != NOKEY) { in sckbdevent()2123 c = scgetc(scp->sc, SCGETC_CN | SCGETC_NONBLOCK, sp); in sc_cngetc_locked()3753 scgetc(sc_softc_t *sc, u_int flags, struct sc_cnstate *sp) in scgetc() function