Searched refs:WaitForEvent (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
| H A D | event.c | 110 Status = uefi_call_wrapper(BS->WaitForEvent, 3, 2, WaitList, &Index); in WaitForSingleEvent() 128 Status = uefi_call_wrapper(BS->WaitForEvent, 3, 1, &Event, &Index); in WaitForSingleEvent()
|
| /netbsd-src/sys/arch/ia64/stand/efi/libefi/ |
| H A D | delay.c | 48 BS->WaitForEvent(1, &ev, &junk); in delay()
|
| H A D | efi_console.c | 81 BS->WaitForEvent(1, &conin->WaitForKey, &junk); in efi_cons_getchar()
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/apps/ |
| H A D | t4.c | 14 uefi_call_wrapper(systab->BootServices->WaitForEvent, 3, 1, &systab->ConIn->WaitForKey, &index); in efi_main()
|
| /netbsd-src/sys/stand/efiboot/ |
| H A D | efiboot.c | 170 uefi_call_wrapper(BS->WaitForEvent, 3, 1, &delay_ev, &val); in efi_delay()
|
| /netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
| H A D | acefiex.h | 780 ACPI_EFI_WAIT_FOR_EVENT WaitForEvent; 787 ACPI_EFI_UNKNOWN_INTERFACE WaitForEvent; member
|
| /netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
| H A D | efiapi.h | 844 EFI_WAIT_FOR_EVENT WaitForEvent; member
|