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

  /src/sys/external/bsd/gnu-efi/dist/lib/
pause.c 15 Status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &Key);
console.c 73 Status = uefi_call_wrapper(ConIn->ReadKeyStroke, 2, ConIn, &Key);
event.c 153 if (!EFI_ERROR(uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, Key))) {
  /src/sys/stand/efiboot/
console.c 44 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &key);
48 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &key);
73 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &key);
  /src/sys/external/bsd/gnu-efi/dist/apps/
t7.c 21 efi_status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &efi_input_key);
  /src/sys/arch/ia64/stand/efi/libefi/
efi_console.c 79 status = conin->ReadKeyStroke(conin, &key);
82 status = conin->ReadKeyStroke(conin, &key);
  /src/sys/external/bsd/gnu-efi/dist/inc/
eficon.h 303 EFI_INPUT_READ_KEY ReadKeyStroke;
  /src/sys/arch/i386/stand/efiboot/
eficons.c 294 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn,
298 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2,
326 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn,
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 415 ACPI_EFI_INPUT_READ_KEY ReadKeyStroke;

Completed in 185 milliseconds