Searched refs:setvariable_user (Results 1 – 1 of 1) sorted by relevance
231 struct efi_setvariable __user *setvariable_user; in efi_runtime_set_variable() local239 setvariable_user = (struct efi_setvariable __user *)arg; in efi_runtime_set_variable()241 if (copy_from_user(&setvariable, setvariable_user, sizeof(setvariable))) in efi_runtime_set_variable()