Searched refs:get_var (Results 1 – 2 of 2) sorted by relevance
/DragonStub/apps/ |
H A D | secureboot.c | 7 static efi_status_t get_var(efi_char16_t *name, efi_guid_t *vendor, u32 *attr, in get_var() function 24 mode = efi_get_secureboot_mode(get_var); in efi_get_secureboot()
|
/DragonStub/inc/dragonstub/ |
H A D | linux-efi.h | 429 efi_get_secureboot_mode(efi_get_variable_t *get_var) in efi_get_secureboot_mode() argument 436 status = get_var(L"SecureBoot", &EFI_GLOBAL_VARIABLE_GUID, NULL, &size, in efi_get_secureboot_mode() 444 get_var(L"SetupMode", &EFI_GLOBAL_VARIABLE_GUID, NULL, &size, in efi_get_secureboot_mode()
|