Searched refs:attribute_name (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/lvm2/dist/lib/device/ |
H A D | dev-md.c | 177 const char *attribute_name, in _md_sysfs_attribute_scanf() argument 186 dev, attribute_name) < 0) in _md_sysfs_attribute_scanf() 201 dev_name(dev), attribute_name, buffer); in _md_sysfs_attribute_scanf()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | ClassFile.cc | 1295 char *attribute_name = bcpool->getString (attribute_name_index); in readAttributes() local 1296 if (!attribute_name) in readAttributes() 1300 (int) attribute_name_index, STR (attribute_name), (int) attribute_length); in readAttributes() 1305 if (strcmp (attribute_name, NTXT ("SourceFile")) == 0) in readAttributes() 1311 (int) attribute_name_index, STR (attribute_name), (int) attribute_length, in readAttributes() 1314 else if (strcmp (attribute_name, NTXT ("InnerClasses")) == 0) in readAttributes() 1327 (int) attribute_name_index, STR (attribute_name), (int) attribute_length, in readAttributes() 1334 else if (strcmp (attribute_name, NTXT ("Code")) == 0) in readAttributes() 1351 (int) attribute_name_index, STR (attribute_name), (int) attribute_length, in readAttributes() 1355 else if (strcmp (attribute_name, NTXT ("LineNumberTable")) == 0) in readAttributes() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | ClassFile.cc | 1295 char *attribute_name = bcpool->getString (attribute_name_index); in readAttributes() local 1296 if (!attribute_name) in readAttributes() 1300 (int) attribute_name_index, STR (attribute_name), (int) attribute_length); in readAttributes() 1305 if (strcmp (attribute_name, NTXT ("SourceFile")) == 0) in readAttributes() 1311 (int) attribute_name_index, STR (attribute_name), (int) attribute_length, in readAttributes() 1314 else if (strcmp (attribute_name, NTXT ("InnerClasses")) == 0) in readAttributes() 1327 (int) attribute_name_index, STR (attribute_name), (int) attribute_length, in readAttributes() 1334 else if (strcmp (attribute_name, NTXT ("Code")) == 0) in readAttributes() 1351 (int) attribute_name_index, STR (attribute_name), (int) attribute_length, in readAttributes() 1355 else if (strcmp (attribute_name, NTXT ("LineNumberTable")) == 0) in readAttributes() [all …]
|