Home
last modified time | relevance | path

Searched refs:WaitForEvent (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Devent.c110 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 Ddelay.c48 BS->WaitForEvent(1, &ev, &junk); in delay()
H A Defi_console.c81 BS->WaitForEvent(1, &conin->WaitForKey, &junk); in efi_cons_getchar()
/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/
H A Dt4.c14 uefi_call_wrapper(systab->BootServices->WaitForEvent, 3, 1, &systab->ConIn->WaitForKey, &index); in efi_main()
/netbsd-src/sys/stand/efiboot/
H A Defiboot.c170 uefi_call_wrapper(BS->WaitForEvent, 3, 1, &delay_ev, &val); in efi_delay()
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h780 ACPI_EFI_WAIT_FOR_EVENT WaitForEvent;
787 ACPI_EFI_UNKNOWN_INTERFACE WaitForEvent; member
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defiapi.h844 EFI_WAIT_FOR_EVENT WaitForEvent; member