Searched defs:efivars (Results 1 – 3 of 3) sorted by relevance
1156 int efivars_register(struct efivars *efivars, in efivars_register()1183 int efivars_unregister(struct efivars *efivars) in efivars_unregister()
958 struct efivars { struct959 struct kset *kset;960 struct kobject *kobject;961 const struct efivar_operations *ops;
307 static struct efivars efivars; variable