Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Defi_console.c500 void *coninex; in efi_cons_probe() local
524 coninex = NULL; in efi_cons_probe()
527 &coninex, IH, NULL, EFI_OPEN_PROTOCOL_GET_PROTOCOL); in efi_cons_probe()
529 ecd->ecd_coninex = coninex; in efi_cons_probe()
706 efi_readkey_ex(EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *coninex) in efi_readkey_ex() argument
713 status = coninex->ReadKeyStrokeEx(coninex, &key_data); in efi_readkey_ex()
774 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *coninex; in efi_cons_poll() local
785 coninex = ecd->ecd_coninex; in efi_cons_poll()
792 if (coninex != NULL) { in efi_cons_poll()
793 if (coninex->WaitForKeyEx == NULL) in efi_cons_poll()
[all …]