Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/syscons/
HDsyscons.c184 static int sccngetch(int flags);
1932 return sccngetch(0); in sccngetc()
1941 return sccngetch(SCGETC_NONBLOCK); in sccncheckc()
1992 sccngetch(int flags) in sccngetch() function