Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/i386/libi386/
H A Dnullconsole.c46 static int nullc_getchar(struct console *);
57 .c_in = nullc_getchar,
88 nullc_getchar(struct console *cp __unused) in nullc_getchar() function