Home
last modified time | relevance | path

Searched refs:scgetc (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/syscons/
Dsyscons.c192 static u_int scgetc(sc_softc_t *sc, u_int flags, struct sc_cnstate *sp);
842 while ((c = scgetc(sc, SCGETC_NONBLOCK, NULL)) != NOKEY) { in sckbdevent()
2097 c = scgetc(scp->sc, SCGETC_CN | SCGETC_NONBLOCK, sp); in sc_cngetc_locked()
3695 scgetc(sc_softc_t *sc, u_int flags, struct sc_cnstate *sp) in scgetc() function