Searched refs:efivar_entry (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/efivarfs/ |
H A D | internal.h | 21 struct efivar_entry { struct 30 int efivar_entry_add(struct efivar_entry *entry, struct list_head *head); argument 31 void __efivar_entry_add(struct efivar_entry *entry, struct list_head *head); 32 void efivar_entry_remove(struct efivar_entry *entry); 33 int efivar_entry_delete(struct efivar_entry *entry); 35 int efivar_entry_size(struct efivar_entry *entry, unsigned long *size); 36 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes, 38 int efivar_entry_get(struct efivar_entry *entry, u32 *attributes, 40 int efivar_entry_set_get_size(struct efivar_entry *entry, u32 attributes, 43 int efivar_entry_iter(int (*func)(struct efivar_entry *, void *),
|
H A D | vars.c | 294 struct efivar_entry *entry, *n; in variable_is_present() 462 int efivar_entry_add(struct efivar_entry *entry, struct list_head *head) in efivar_entry_add() 491 void efivar_entry_remove(struct efivar_entry *entry) in efivar_entry_remove() 507 static void efivar_entry_list_del_unlock(struct efivar_entry *entry) in efivar_entry_list_del_unlock() 524 int efivar_entry_delete(struct efivar_entry *entry) in efivar_entry_delete() 550 int efivar_entry_size(struct efivar_entry *entry, unsigned long *size) in efivar_entry_size() 582 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes, in __efivar_entry_get() 601 int efivar_entry_get(struct efivar_entry *entry, u32 *attributes, in efivar_entry_get() 637 int efivar_entry_set_get_size(struct efivar_entry *entry, u32 attributes, in efivar_entry_set_get_size() 709 int efivar_entry_iter(int (*func)(struct efivar_entry *, void *), in efivar_entry_iter() argument [all …]
|
H A D | inode.c | 77 struct efivar_entry *var; in efivarfs_create() 84 var = kzalloc(sizeof(struct efivar_entry), GFP_KERNEL); in efivarfs_create() 134 struct efivar_entry *var = d_inode(dentry)->i_private; in efivarfs_unlink()
|
H A D | file.c | 18 struct efivar_entry *var = file->private_data; in efivarfs_file_write() 69 struct efivar_entry *var = file->private_data; in efivarfs_file_read()
|
H A D | super.c | 154 struct efivar_entry *entry; in efivarfs_callback() 228 static int efivarfs_destroy(struct efivar_entry *entry, void *data) in efivarfs_destroy()
|