Searched defs:efivars (Results 1 – 3 of 3) sorted by relevance
1135 int efivars_register(struct efivars *efivars, in efivars_register()1156 int efivars_unregister(struct efivars *efivars) in efivars_unregister()
1061 struct efivars { struct1067 spinlock_t lock;1068 struct kset *kset;1069 struct kobject *kobject;1070 const struct efivar_operations *ops;
765 static struct efivars efivars; variable