Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Defiisaio.c84 static int efi_isa_getchar(struct console *);
598 tty->c_in = efi_isa_getchar; in efi_isa_ini()
611 while (efi_isa_getchar(tty) != -1) in efi_isa_ini()
738 efi_isa_getchar(struct console *cp) in efi_isa_getchar() function