HomeSort by: relevance | last modified time | path
    Searched refs:EFI_INPUT_KEY (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
pause.c 11 EFI_INPUT_KEY Key;
event.c 143 IN EFI_INPUT_KEY TimeoutKey,
144 OUT EFI_INPUT_KEY *Key
158 CopyMem(Key, &TimeoutKey, sizeof(EFI_INPUT_KEY));
console.c 61 EFI_INPUT_KEY Key;
  /src/sys/stand/efiboot/
console.c 31 static EFI_INPUT_KEY key_cur;
38 EFI_INPUT_KEY key;
67 EFI_INPUT_KEY key;
  /src/sys/external/bsd/gnu-efi/dist/apps/
t7.c 9 EFI_INPUT_KEY efi_input_key; local in function:efi_main
21 efi_status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &efi_input_key);
24 efi_input_key.ScanCode, efi_input_key.UnicodeChar, efi_status);
  /src/sys/arch/ia64/stand/efi/libefi/
efi_console.c 74 EFI_INPUT_KEY key;
  /src/sys/external/bsd/gnu-efi/dist/inc/
eficonex.h 37 EFI_INPUT_KEY Key;
eficon.h 246 } EFI_INPUT_KEY;
298 OUT EFI_INPUT_KEY *Key
efilib.h 793 IN EFI_INPUT_KEY TimeoutKey,
794 OUT EFI_INPUT_KEY *Key
  /src/sbin/efi/
showvar.c 231 } __packed EFI_INPUT_KEY;
236 EFI_INPUT_KEY Keys[3];
  /src/sys/arch/i386/stand/efiboot/
eficons.c 285 EFI_INPUT_KEY key;
321 EFI_INPUT_KEY key;

Completed in 14 milliseconds