Home
last modified time | relevance | path

Searched refs:efi_setvariable (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/firmware/efi/test/
H A Defi_test.h23 struct efi_setvariable { struct
94 _IOW('p', 0x02, struct efi_setvariable)
H A Defi_test.c231 struct efi_setvariable __user *setvariable_user; in efi_runtime_set_variable()
232 struct efi_setvariable setvariable; in efi_runtime_set_variable()
239 setvariable_user = (struct efi_setvariable __user *)arg; in efi_runtime_set_variable()