Home
last modified time | relevance | path

Searched refs:GetVariable (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/
H A Ddebughook.c14 efi_status = uefi_call_wrapper(RT->GetVariable, 5, var, &owner, in GetVariableAttr()
23 efi_status = uefi_call_wrapper(RT->GetVariable, 5, var, &owner, in GetVariableAttr()
34 GetVariable(CHAR16 *var, UINT8 **data, UINTN *len, EFI_GUID owner) in GetVariable() function
61 efi_status = GetVariable(L"DUMMY_DEBUG", &data, &dataSize, guid); in DebugHook()
/netbsd-src/sys/arch/ia64/stand/ia64/ski/
H A Defi_stub.c64 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, in GetVariable() function
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dinit.c182 …Status = uefi_call_wrapper(RT->GetVariable, 5, L"EFIDebug", &EfiGlobalVariable, &Attributes, &Data… in EFIDebugVariable()
H A Dmisc.c269 RT->GetVariable, in LibGetVariableAndSize()
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacefiex.h876 ACPI_EFI_GET_VARIABLE GetVariable;
880 ACPI_EFI_UNKNOWN_INTERFACE GetVariable; member
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defiapi.h793 EFI_GET_VARIABLE GetVariable; member