Lines Matching refs:attributes
157 unsigned long size, u32 attributes, u8 *data)
169 if ((size <= 0) || (attributes == 0)){
174 if ((attributes & ~EFI_VARIABLE_MASK) != 0 ||
205 u32 attributes;
219 attributes = compat->Attributes;
225 err = sanity_check(var, name, vendor, size, attributes, data);
236 attributes = new_var->Attributes;
242 err = sanity_check(var, name, vendor, size, attributes, data);
249 err = efivar_entry_set(entry, attributes, size, data, NULL);
296 * the attributes...
342 static EFIVAR_ATTR(attributes, 0400, efivar_attr_read, NULL);
372 u32 attributes;
383 attributes = compat->Attributes;
391 attributes = new_var->Attributes;
397 if ((attributes & ~EFI_VARIABLE_MASK) != 0 ||
413 err = efivar_entry_set(new_entry, attributes, size,