HomeSort by: relevance | last modified time | path
    Searched defs:GetVariable (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/apps/
debughook.c 14 efi_status = uefi_call_wrapper(RT->GetVariable, 5, var, &owner,
23 efi_status = uefi_call_wrapper(RT->GetVariable, 5, var, &owner,
34 GetVariable(CHAR16 *var, UINT8 **data, UINTN *len, EFI_GUID owner)
61 efi_status = GetVariable(L"DUMMY_DEBUG", &data, &dataSize, guid);
  /src/sys/arch/ia64/stand/ia64/ski/
efi_stub.c 64 static efi_status GetVariable(efi_char *, struct uuid *, uint32_t *, u_long *,
93 .rt_getvar = GetVariable,
201 GetVariable(efi_char *name, struct uuid *vendor, uint32_t *attrs,
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h 793 EFI_GET_VARIABLE GetVariable;
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 984 ACPI_EFI_GET_VARIABLE GetVariable;
988 ACPI_EFI_UNKNOWN_INTERFACE GetVariable;

Completed in 83 milliseconds