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

/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.c197 static u_int scgetc(sc_softc_t *sc, u_int flags, struct sc_cnstate *sp);
847 while ((c = scgetc(sc, SCGETC_NONBLOCK, NULL)) != NOKEY) {
2121 c = scgetc(scp->sc, SCGETC_CN | SCGETC_NONBLOCK, sp);
2727 * acquisition, and reached here via scgetc() or
3745 * scgetc(flags) - get character from keyboard.
3751 scgetc(sc_softc_t *sc, u_int flags, struct sc_cnstate *sp) function

Completed in 109 milliseconds