Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/efi/
Defivars.c125 struct efi_variable *var = &entry->var; in efivar_guid_read()
141 struct efi_variable *var = &entry->var; in efivar_attr_read()
174 struct efi_variable *var = &entry->var; in efivar_size_read()
191 struct efi_variable *var = &entry->var; in efivar_data_read()
205 sanity_check(struct efi_variable *var, efi_char16_t *name, efi_guid_t vendor, in sanity_check()
241 copy_out_compat(struct efi_variable *dst, struct compat_efi_variable *src) in copy_out_compat()
258 struct efi_variable *new_var, *var = &entry->var; in efivar_store_raw()
285 if (count != sizeof(struct efi_variable)) in efivar_store_raw()
288 new_var = (struct efi_variable *)buf; in efivar_store_raw()
315 struct efi_variable *var = &entry->var; in efivar_show_raw()
[all …]
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-firmware-efi-vars44 efi_variable" in the kernel sources.
49 the "struct efi_variable" passed must
54 **Note** the efi_variable structure
68 new_var: Takes a "struct efi_variable" and
72 del_var: Takes a "struct efi_variable" and
/Linux-v4.19/include/linux/
Defi.h1320 struct efi_variable { struct
1330 struct efi_variable var; argument