Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/console/
H A Dserial_protos.h64 int _vcgetc(bool wait);
H A Dserial_console.c127 .putc = vcputc_options, .getc = _vcgetc,
651 _vcgetc(__unused bool wait) in _vcgetc() function