Searched defs:efivars (Results 1 – 3 of 3) sorted by relevance
1163 int efivars_register(struct efivars *efivars, in efivars_register()1190 int efivars_unregister(struct efivars *efivars) in efivars_unregister()
962 struct efivars { struct963 struct kset *kset;964 struct kobject *kobject;965 const struct efivar_operations *ops;
307 static struct efivars efivars; variable