Home
last modified time | relevance | path

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

/external/syslinux/gnu-efi/gnu-efi-3.0/apps/
Dt7.c19 efi_status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &efi_input_key); in efi_main()
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DSimpleTextIn.h127 EFI_INPUT_READ_KEY ReadKeyStroke; member
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dconsole.c71 Status = uefi_call_wrapper(ConIn->ReadKeyStroke, 2, ConIn, &Key); in IInput()
Devent.c146 if (!EFI_ERROR(uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, Key))) { in WaitForEventWithTimeout()
/external/syslinux/gpxe/src/interface/efi/
Defi_console.c228 if ( ( efirc = conin->ReadKeyStroke ( conin, &key ) ) != 0 ) { in efi_getchar()
/external/syslinux/efi32/include/efi/
Deficon.h297 EFI_INPUT_READ_KEY ReadKeyStroke; member
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Deficon.h297 EFI_INPUT_READ_KEY ReadKeyStroke; member
/external/syslinux/efi64/include/efi/
Deficon.h297 EFI_INPUT_READ_KEY ReadKeyStroke; member
/external/syslinux/efi/
Dmain.c350 status = uefi_call_wrapper(in->ReadKeyStroke, 2, in, &key); in efi_getchar()
1326 status = uefi_call_wrapper(in->ReadKeyStroke, 2, in, &key); in efi_main()