Searched refs:EfiGlobalVariable (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
| H A D | init.c | 103 LangCode = LibGetVariable (VarLanguage, &EfiGlobalVariable); in InitializeLib() 182 …Status = uefi_call_wrapper(RT->GetVariable, 5, L"EFIDebug", &EfiGlobalVariable, &Attributes, &Data… in EFIDebugVariable()
|
| H A D | misc.c | 382 BootOptionArray = LibGetVariableAndSize (VarBootOrder, &EfiGlobalVariable, &VarSize); in LibInsertToTailOfBootOrder() 406 VarBootOrder, &EfiGlobalVariable, in LibInsertToTailOfBootOrder()
|
| /netbsd-src/sys/stand/efiboot/ |
| H A D | boot.c | 418 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 D | efilib.h | 135 #define EfiGlobalVariable gEfiGlobalVariableGuid macro
|