Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/firmware/efi/
Defivars.c91 struct compat_efi_variable { struct
241 copy_out_compat(struct efi_variable *dst, struct compat_efi_variable *src) in copy_out_compat()
267 struct compat_efi_variable *compat; in efivar_store_raw()
272 compat = (struct compat_efi_variable *)buf; in efivar_store_raw()
316 struct compat_efi_variable *compat; in efivar_show_raw()
328 compat = (struct compat_efi_variable *)buf; in efivar_show_raw()
418 struct compat_efi_variable *compat = (struct compat_efi_variable *)buf; in efivar_create()
489 struct compat_efi_variable *compat; in efivar_delete()
502 compat = (struct compat_efi_variable *)buf; in efivar_delete()