Searched refs:attr_count (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | sa.c | 291 sa_layout_info_hash(sa_attr_type_t *attrs, int attr_count) in sa_layout_info_hash() argument 296 for (i = 0; i != attr_count; i++) in sa_layout_info_hash() 406 sa_add_layout_entry(objset_t *os, sa_attr_type_t *attrs, int attr_count, in sa_add_layout_entry() argument 416 tb->lot_attr_count = attr_count; in sa_add_layout_entry() 418 if (attr_count != 0) in sa_add_layout_entry() 420 tb->lot_attrs = kmem_alloc(sizeof (sa_attr_type_t) * attr_count, in sa_add_layout_entry() 422 bcopy(attrs, tb->lot_attrs, sizeof (sa_attr_type_t) * attr_count); in sa_add_layout_entry() 439 attr_name, 2, attr_count, attrs, tx)); in sa_add_layout_entry() 445 for (i = 0; i != attr_count; i++) { in sa_add_layout_entry() 549 sa_find_sizes(sa_os_t *sa, sa_bulk_attr_t *attr_desc, int attr_count, in sa_find_sizes() argument [all …]
|
| /netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
| H A D | dwarf_abbrev.c | 37 Dwarf_Unsigned *attr_count, Dwarf_Error *error) in dwarf_get_abbrev() argument 43 attr_count == NULL) { in dwarf_get_abbrev() 59 *attr_count = ab->ab_atnum; in dwarf_get_abbrev()
|
| /netbsd-src/external/mit/expat/dist/tests/ |
| H A D | runtests.c | 2914 int attr_count; member 2940 if (info->attr_count * 2 != count) { in counting_start_element_handler() 2953 for (i = 0; i < info->attr_count; i++) { in counting_start_element_handler()
|