• Home
  • Raw
  • Download

Lines Matching refs:attributes

311 check_var_size(u32 attributes, unsigned long size)  in check_var_size()  argument
318 return fops->query_variable_store(attributes, size); in check_var_size()
652 int efivar_entry_set(struct efivar_entry *entry, u32 attributes, in efivar_entry_set() argument
667 status = check_var_size(attributes, size + ucs2_strsize(name, 1024)); in efivar_entry_set()
670 attributes, size, data); in efivar_entry_set()
690 u32 attributes, unsigned long size, void *data) in efivar_entry_set_nonblocking() argument
699 status = check_var_size(attributes, size + ucs2_strsize(name, 1024)); in efivar_entry_set_nonblocking()
705 status = ops->set_variable_nonblocking(name, &vendor, attributes, in efivar_entry_set_nonblocking()
729 int efivar_entry_set_safe(efi_char16_t *name, efi_guid_t vendor, u32 attributes, in efivar_entry_set_safe() argument
750 return efivar_entry_set_nonblocking(name, vendor, attributes, in efivar_entry_set_safe()
760 status = check_var_size(attributes, size + ucs2_strsize(name, 1024)); in efivar_entry_set_safe()
766 status = ops->set_variable(name, &vendor, attributes, size, data); in efivar_entry_set_safe()
864 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes, in __efivar_entry_get() argument
874 attributes, size, data); in __efivar_entry_get()
887 int efivar_entry_get(struct efivar_entry *entry, u32 *attributes, in efivar_entry_get() argument
896 attributes, size, data); in efivar_entry_get()
925 int efivar_entry_set_get_size(struct efivar_entry *entry, u32 attributes, in efivar_entry_set_get_size() argument
949 status = check_var_size(attributes, *size + ucs2_strsize(name, 1024)); in efivar_entry_set_get_size()
962 status = ops->set_variable(name, vendor, attributes, *size, data); in efivar_entry_set_get_size()