Searched refs:efivar_entry_set (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/firmware/efi/ |
D | efibc.c | 54 ret = efivar_entry_set(entry, in efibc_set_variable()
|
D | vars.c | 650 int efivar_entry_set(struct efivar_entry *entry, u32 attributes, in efivar_entry_set() function 675 EXPORT_SYMBOL_GPL(efivar_entry_set);
|
D | efivars.c | 303 err = efivar_entry_set(entry, attributes, size, data, NULL); in efivar_store_raw() 465 err = efivar_entry_set(new_entry, attributes, size, in efivar_create()
|
/Linux-v4.19/include/linux/ |
D | efi.h | 1457 int efivar_entry_set(struct efivar_entry *entry, u32 attributes,
|