Searched refs:ConIn (Results 1 – 14 of 14) sorted by relevance
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
D | console.c | 42 ST->ConIn, in Input() 52 IN SIMPLE_INPUT_INTERFACE *ConIn, in IInput() argument 69 WaitForSingleEvent (ConIn->WaitForKey, 0); in IInput() 71 Status = uefi_call_wrapper(ConIn->ReadKeyStroke, 2, ConIn, &Key); in IInput()
|
D | event.c | 146 if (!EFI_ERROR(uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, Key))) { in WaitForEventWithTimeout()
|
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/ |
D | t7.c | 15 WaitForSingleEvent(ST->ConIn->WaitForKey, 0); in efi_main() 19 efi_status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &efi_input_key); in efi_main()
|
D | t5.c | 10 WaitForSingleEvent(ST->ConIn->WaitForKey, 0); in efi_main()
|
D | t4.c | 11 uefi_call_wrapper(systab->BootServices->WaitForEvent, 3, 1, &systab->ConIn->WaitForKey, &index); in efi_main()
|
/external/syslinux/gpxe/src/interface/efi/ |
D | efi_console.c | 218 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *conin = efi_systab->ConIn; in efi_getchar() 258 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *conin = efi_systab->ConIn; in efi_iskey()
|
/external/syslinux/efi/ |
D | main.c | 345 SIMPLE_INPUT_INTERFACE *in = ST->ConIn; in efi_getchar() 365 SIMPLE_INPUT_INTERFACE *in = ST->ConIn; in efi_pollchar() 1324 in = ST->ConIn; in efi_main()
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
D | efilib.h | 383 IN SIMPLE_INPUT_INTERFACE *ConIn, 907 #define Pause() WaitForSingleEvent (ST->ConIn->WaitForKey, 0)
|
D | efiapi.h | 873 SIMPLE_INPUT_INTERFACE *ConIn; member
|
/external/syslinux/efi64/include/efi/ |
D | efilib.h | 383 IN SIMPLE_INPUT_INTERFACE *ConIn, 907 #define Pause() WaitForSingleEvent (ST->ConIn->WaitForKey, 0)
|
D | efiapi.h | 873 SIMPLE_INPUT_INTERFACE *ConIn; member
|
/external/syslinux/efi32/include/efi/ |
D | efilib.h | 383 IN SIMPLE_INPUT_INTERFACE *ConIn, 907 #define Pause() WaitForSingleEvent (ST->ConIn->WaitForKey, 0)
|
D | efiapi.h | 873 SIMPLE_INPUT_INTERFACE *ConIn; member
|
/external/syslinux/gpxe/src/include/gpxe/efi/Uefi/ |
D | UefiSpec.h | 1810 EFI_SIMPLE_TEXT_INPUT_PROTOCOL *ConIn; member
|