Lines Matching refs:attribute
31 struct attribute attr;
96 struct attribute *attr, in elog_attr_show()
99 struct elog_attribute *attribute; in elog_attr_show() local
102 attribute = to_elog_attr(attr); in elog_attr_show()
105 if (!attribute->show) in elog_attr_show()
108 return attribute->show(elog, attribute, buf); in elog_attr_show()
112 struct attribute *attr, in elog_attr_store()
115 struct elog_attribute *attribute; in elog_attr_store() local
118 attribute = to_elog_attr(attr); in elog_attr_store()
121 if (!attribute->store) in elog_attr_store()
124 return attribute->store(elog, attribute, buf, len); in elog_attr_store()
141 static struct attribute *elog_default_attrs[] = {