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