Lines Matching refs:__efivars
38 static struct efivars *__efivars; variable
321 const struct efivar_operations *fops = __efivars->ops; in check_var_size()
332 const struct efivar_operations *fops = __efivars->ops; in check_var_size_nonblocking()
432 const struct efivar_operations *ops = __efivars->ops; in efivar_init()
586 const struct efivar_operations *ops = __efivars->ops; in __efivar_entry_delete()
610 const struct efivar_operations *ops = __efivars->ops; in efivar_entry_delete()
653 const struct efivar_operations *ops = __efivars->ops; in efivar_entry_set()
690 const struct efivar_operations *ops = __efivars->ops; in efivar_entry_set_nonblocking()
730 const struct efivar_operations *ops = __efivars->ops; in efivar_entry_set_safe()
832 const struct efivar_operations *ops = __efivars->ops; in efivar_entry_size()
864 const struct efivar_operations *ops = __efivars->ops; in __efivar_entry_get()
885 const struct efivar_operations *ops = __efivars->ops; in efivar_entry_get()
924 const struct efivar_operations *ops = __efivars->ops; in efivar_entry_set_get_size()
1109 if (!__efivars) in efivars_kobject()
1112 return __efivars->kobject; in efivars_kobject()
1144 __efivars = efivars; in efivars_register()
1168 if (!__efivars) { in efivars_unregister()
1174 if (__efivars != efivars) { in efivars_unregister()
1180 __efivars = NULL; in efivars_unregister()