Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c80 static int key_pending; variable
757 key_pending = 0; in efi_cons_getchar()
778 if (keybuf_ischar() || key_pending) in efi_cons_poll()
794 key_pending = efi_readkey_ex(coninex); in efi_cons_poll()
797 key_pending = status == EFI_SUCCESS; in efi_cons_poll()
801 key_pending = efi_readkey(conin); in efi_cons_poll()
804 key_pending = status == EFI_SUCCESS; in efi_cons_poll()
808 return (key_pending); in efi_cons_poll()