Home
last modified time | relevance | path

Searched refs:get_var (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/firmware/efi/libstub/
Dsecureboot.c19 static efi_status_t get_var(efi_char16_t *name, efi_guid_t *vendor, u32 *attr, in get_var() function
36 mode = efi_get_secureboot_mode(get_var); in efi_get_secureboot()
/linux-6.6.21/include/linux/
Defi.h1144 enum efi_secureboot_mode efi_get_secureboot_mode(efi_get_variable_t *get_var) in efi_get_secureboot_mode() argument
1151 status = get_var(L"SecureBoot", &EFI_GLOBAL_VARIABLE_GUID, NULL, &size, in efi_get_secureboot_mode()
1159 get_var(L"SetupMode", &EFI_GLOBAL_VARIABLE_GUID, NULL, &size, &setupmode); in efi_get_secureboot_mode()