Searched refs:efivar_entry_set (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
D | efivars.c | 249 err = efivar_entry_set(entry, attributes, size, data, NULL); in efivar_store_raw() 413 err = efivar_entry_set(new_entry, attributes, size, in efivar_create()
|
D | vars.c | 651 int efivar_entry_set(struct efivar_entry *entry, u32 attributes, in efivar_entry_set() function 682 EXPORT_SYMBOL_GPL(efivar_entry_set);
|
/kernel/linux/linux-5.10/include/linux/ |
D | efi.h | 1021 int efivar_entry_set(struct efivar_entry *entry, u32 attributes,
|