Lines Matching refs:efi_variable
69 struct efi_variable *var = &entry->var; in efivar_guid_read()
85 struct efi_variable *var = &entry->var; in efivar_attr_read()
118 struct efi_variable *var = &entry->var; in efivar_size_read()
135 struct efi_variable *var = &entry->var; in efivar_data_read()
149 sanity_check(struct efi_variable *var, efi_char16_t *name, efi_guid_t vendor, in sanity_check()
177 copy_out_compat(struct efi_variable *dst, struct compat_efi_variable *src) in copy_out_compat()
194 struct efi_variable *new_var, *var = &entry->var; in efivar_store_raw()
221 if (count != sizeof(struct efi_variable)) in efivar_store_raw()
224 new_var = (struct efi_variable *)buf; in efivar_store_raw()
251 struct efi_variable *var = &entry->var; in efivar_show_raw()
355 struct efi_variable *new_var = (struct efi_variable *)buf; in efivar_create()
424 struct efi_variable *del_var = (struct efi_variable *)buf; in efivar_delete()