Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c74 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *ecd_coninex; member
529 ecd->ecd_coninex = coninex; in efi_cons_probe()
759 if (ecd->ecd_coninex == NULL) { in efi_cons_getchar()
763 if (efi_readkey_ex(ecd->ecd_coninex)) in efi_cons_getchar()
785 coninex = ecd->ecd_coninex; in efi_cons_poll()