Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/test/
H A Defi_test.h14 struct efi_getvariable { struct
92 _IOWR('p', 0x01, struct efi_getvariable)
H A Defi_test.c141 struct efi_getvariable __user *getvariable_user; in efi_runtime_get_variable()
142 struct efi_getvariable getvariable; in efi_runtime_get_variable()
151 getvariable_user = (struct efi_getvariable __user *)arg; in efi_runtime_get_variable()