Searched refs:getvariable (Results 1 – 1 of 1) sorted by relevance
152 struct efi_getvariable getvariable; in efi_runtime_get_variable() local163 if (copy_from_user(&getvariable, getvariable_user, in efi_runtime_get_variable()164 sizeof(getvariable))) in efi_runtime_get_variable()166 if (getvariable.data_size && in efi_runtime_get_variable()167 get_user(datasize, getvariable.data_size)) in efi_runtime_get_variable()169 if (getvariable.vendor_guid) { in efi_runtime_get_variable()170 if (copy_from_user(&vendor_guid, getvariable.vendor_guid, in efi_runtime_get_variable()176 if (getvariable.variable_name) { in efi_runtime_get_variable()177 rv = copy_ucs2_from_user(&name, getvariable.variable_name); in efi_runtime_get_variable()182 at = getvariable.attributes ? &attr : NULL; in efi_runtime_get_variable()[all …]