Searched defs:efivar_entry (Results 1 – 2 of 2) sorted by relevance
1044 int __efivar_entry_iter(int (*func)(struct efivar_entry *, void *), in __efivar_entry_iter()1089 int efivar_entry_iter(int (*func)(struct efivar_entry *, void *), in efivar_entry_iter()
1128 struct efivar_entry { struct1129 struct efi_variable var;1130 struct list_head list;1131 struct kobject kobj;1132 bool scanning;1133 bool deleting;