Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/console/
H A Dvideo_console.h77 void vcputc_options(char, bool);
H A Dserial_console.c127 .putc = vcputc_options, .getc = _vcgetc,
H A Dvideo_console.c1231 vcputc_options(char c, __unused bool poll) in vcputc_options() function
1250 vcputc_options(c, false); in vcputc()