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()
1091 struct efivar_entry { struct1092 struct efi_variable var;1093 struct list_head list;1094 struct kobject kobj;1095 bool scanning;1096 bool deleting;