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

/freebsd-13-stable/sys/dev/syscons/
H A Dsyscons.c200 #define SCGETC_NONBLOCK 2 macro
847 while ((c = scgetc(sc, SCGETC_NONBLOCK, NULL)) != NOKEY) {
2121 c = scgetc(scp->sc, SCGETC_CN | SCGETC_NONBLOCK, sp);
3747 * If flags & SCGETC_NONBLOCK, then wait until a key is pressed, else
3776 c = kbdd_read_char(sc->kbd, !(flags & SCGETC_NONBLOCK));

Completed in 36 milliseconds