HomeSort by: relevance | last modified time | path
    Searched refs:WaitForKey (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/apps/
t5.c 12 WaitForSingleEvent(ST->ConIn->WaitForKey, 0);
t4.c 14 uefi_call_wrapper(systab->BootServices->WaitForEvent, 3, 1, &systab->ConIn->WaitForKey, &index);
t7.c 17 WaitForSingleEvent(ST->ConIn->WaitForKey, 0);
  /src/sys/external/bsd/gnu-efi/dist/lib/
pause.c 14 WaitForSingleEvent(ST->ConIn->WaitForKey, 0);
console.c 71 WaitForSingleEvent (ConIn->WaitForKey, 0);
  /src/sys/stand/efiboot/
console.c 46 if (ST->ConIn->WaitForKey != NULL)
47 WaitForSingleEvent(ST->ConIn->WaitForKey, 0);
70 if (ST->ConIn->WaitForKey == NULL) {
80 status = uefi_call_wrapper(BS->CheckEvent, 1, ST->ConIn->WaitForKey);
  /src/sys/arch/i386/stand/efiboot/
panic.c 55 WaitForSingleEvent(ST->ConIn->WaitForKey, 0);
eficons.c 263 WaitForSingleEvent(ST->ConIn->WaitForKey, 0);
307 status = WaitForSingleEvent(ST->ConIn->WaitForKey, timeout);
  /src/sys/arch/ia64/stand/efi/libefi/
efi_console.c 81 BS->WaitForEvent(1, &conin->WaitForKey, &junk);
91 return (BS->CheckEvent(conin->WaitForKey) == EFI_SUCCESS);
  /src/sys/external/bsd/gnu-efi/dist/inc/
eficon.h 304 EFI_EVENT WaitForKey;
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 416 ACPI_EFI_EVENT WaitForKey;

Completed in 18 milliseconds