| /netbsd-src/sys/stand/efiboot/ |
| H A D | console.c | 44 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &key); in getchar() 46 if (ST->ConIn->WaitForKey != NULL) in getchar() 47 WaitForSingleEvent(ST->ConIn->WaitForKey, 0); in getchar() 48 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &key); in getchar() 70 if (ST->ConIn->WaitForKey == NULL) { in ischar() 73 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &key); in ischar() 80 status = uefi_call_wrapper(BS->CheckEvent, 1, ST->ConIn->WaitForKey); in ischar()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
| H A D | console.c | 44 ST->ConIn, in Input() 54 IN SIMPLE_INPUT_INTERFACE *ConIn, in IInput() argument 71 WaitForSingleEvent (ConIn->WaitForKey, 0); in IInput() 73 Status = uefi_call_wrapper(ConIn->ReadKeyStroke, 2, ConIn, &Key); in IInput()
|
| H A D | pause.c | 14 WaitForSingleEvent(ST->ConIn->WaitForKey, 0); in Pause() 15 Status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &Key); in Pause()
|
| H A D | event.c | 153 if (!EFI_ERROR(uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, Key))) { in WaitForEventWithTimeout()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/apps/ |
| H A D | t7.c | 17 WaitForSingleEvent(ST->ConIn->WaitForKey, 0); in efi_main() 21 efi_status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &efi_input_key); in efi_main()
|
| H A D | t5.c | 12 WaitForSingleEvent(ST->ConIn->WaitForKey, 0); in efi_main()
|
| H A D | t4.c | 14 uefi_call_wrapper(systab->BootServices->WaitForEvent, 3, 1, &systab->ConIn->WaitForKey, &index); in efi_main()
|
| /netbsd-src/sys/arch/i386/stand/efiboot/ |
| H A D | eficons.c | 260 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, in efi_cons_getc() 263 WaitForSingleEvent(ST->ConIn->WaitForKey, 0); in efi_cons_getc() 264 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, in efi_cons_getc() 265 ST->ConIn, &key); in efi_cons_getc() 292 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, in efi_cons_iskey() 307 status = WaitForSingleEvent(ST->ConIn->WaitForKey, timeout); in efi_cons_waitforinputevent()
|
| H A D | panic.c | 55 WaitForSingleEvent(ST->ConIn->WaitForKey, 0); in reboot()
|
| /netbsd-src/sys/arch/ia64/stand/efi/libefi/ |
| H A D | efi_console.c | 46 conin = ST->ConIn; in efi_cons_probe()
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
| H A D | acefiex.h | 924 ACPI_SIMPLE_INPUT_INTERFACE *ConIn; member 1011 struct _ACPI_SIMPLE_INPUT_INTERFACE ConIn; member
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efiapi.h | 970 SIMPLE_INPUT_INTERFACE *ConIn; member
|
| H A D | efilib.h | 522 IN SIMPLE_INPUT_INTERFACE *ConIn,
|