Searched defs:efivar_entry (Results 1 – 2 of 2) sorted by relevance
1041 int __efivar_entry_iter(int (*func)(struct efivar_entry *, void *), in __efivar_entry_iter()1086 int efivar_entry_iter(int (*func)(struct efivar_entry *, void *), in efivar_entry_iter()
1329 struct efivar_entry { struct1330 struct efi_variable var;1331 struct list_head list;1332 struct kobject kobj;1333 bool scanning;1334 bool deleting;