Home
last modified time | relevance | path

Searched refs:EfiGlobalVariable (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dinit.c103 LangCode = LibGetVariable (VarLanguage, &EfiGlobalVariable); in InitializeLib()
182 …Status = uefi_call_wrapper(RT->GetVariable, 5, L"EFIDebug", &EfiGlobalVariable, &Attributes, &Data… in EFIDebugVariable()
H A Dmisc.c382 BootOptionArray = LibGetVariableAndSize (VarBootOrder, &EfiGlobalVariable, &VarSize); in LibInsertToTailOfBootOrder()
406 VarBootOrder, &EfiGlobalVariable, in LibInsertToTailOfBootOrder()
/netbsd-src/sys/stand/efiboot/
H A Dboot.c418 osindsup = LibGetVariable(L"OsIndicationsSupported", &EfiGlobalVariable); in command_version()
454 osindsup = LibGetVariable(L"OsIndicationsSupported", &EfiGlobalVariable); in command_setup()
461 status = LibSetNVVariable(L"OsIndications", &EfiGlobalVariable, sizeof(osind), &osind); in command_setup()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defilib.h135 #define EfiGlobalVariable gEfiGlobalVariableGuid macro