Lines Matching defs:attrib
64 struct edac_dev_sysfs_block_attribute *dev_attrib, *attrib_p, *attrib;
75 * (instance,block,attrib) from the start of an allocated structure.
76 * We want the alignment of each item (instance,block,attrib)
95 * which will become the start of the attrib array, if any.
189 attrib = &attrib_p[attr];
191 /* populate the unique per attrib
194 attrib->attr = attrib_spec[attr].attr;
195 attrib->show = attrib_spec[attr].show;
196 attrib->store = attrib_spec[attr].store;
198 attrib->block = blk; /* up link */
200 edac_dbg(4, "alloc-attrib=%p attrib_name='%s' attrib-spec=%p spec-name=%s\n",
201 attrib, attrib->attr.name,