Searched defs:efivar_entry (Results 1 – 5 of 5) sorted by relevance
1098 int __efivar_entry_iter(int (*func)(struct efivar_entry *, void *), in __efivar_entry_iter()1143 int efivar_entry_iter(int (*func)(struct efivar_entry *, void *), in efivar_entry_iter()
1077 int __efivar_entry_iter(int (*func)(struct efivar_entry *, void *), in __efivar_entry_iter()1122 int efivar_entry_iter(int (*func)(struct efivar_entry *, void *), in efivar_entry_iter()
984 struct efivar_entry { struct993 efivar_unregister(struct efivar_entry *var) in efivar_unregister() argument
1333 struct efivar_entry { struct1334 struct efi_variable var;1335 struct list_head list;1336 struct kobject kobj;1337 bool scanning;1338 bool deleting;
1585 struct efivar_entry *efivar_entry; in applespi_get_saved_bl_level() local