Searched defs:efivar_entry (Results 1 – 3 of 3) sorted by relevance
1085 int __efivar_entry_iter(int (*func)(struct efivar_entry *, void *), in __efivar_entry_iter()1130 int efivar_entry_iter(int (*func)(struct efivar_entry *, void *), in efivar_entry_iter()
1372 struct efivar_entry { struct1373 struct efi_variable var;1374 struct list_head list;1375 struct kobject kobj;1376 bool scanning;1377 bool deleting;
1576 struct efivar_entry *efivar_entry; in applespi_get_saved_bl_level() local