Home
last modified time | relevance | path

Searched refs:efivar_entry_set (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/firmware/efi/
Defibc.c54 ret = efivar_entry_set(entry, in efibc_set_variable()
Dvars.c650 int efivar_entry_set(struct efivar_entry *entry, u32 attributes, in efivar_entry_set() function
675 EXPORT_SYMBOL_GPL(efivar_entry_set);
Defivars.c303 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/
Defi.h1457 int efivar_entry_set(struct efivar_entry *entry, u32 attributes,