HomeSort by: relevance | last modified time | path
    Searched defs:attr_count (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/expat/dist/tests/
handlers.h 90 int attr_count; member in struct:elementInfo
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
sa.c 291 sa_layout_info_hash(sa_attr_type_t *attrs, int attr_count)
296 for (i = 0; i != attr_count; i++)
406 sa_add_layout_entry(objset_t *os, sa_attr_type_t *attrs, int attr_count,
416 tb->lot_attr_count = attr_count;
418 if (attr_count != 0)
420 tb->lot_attrs = kmem_alloc(sizeof (sa_attr_type_t) * attr_count,
422 bcopy(attrs, tb->lot_attrs, sizeof (sa_attr_type_t) * attr_count);
439 attr_name, 2, attr_count, attrs, tx));
445 for (i = 0; i != attr_count; i++) {
549 sa_find_sizes(sa_os_t *sa, sa_bulk_attr_t *attr_desc, int attr_count,
1669 int attr_count; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 15878 struct attribute *attr_ub, *attr_count;
15882 attr = attr_count = dwarf2_attr (die, DW_AT_count, cu);
15898 if (attr_count != NULL)
15869 struct attribute *attr_ub, *attr_count; local
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 15614 struct attribute *attr_ub, *attr_count;
15618 attr = attr_count = dwarf2_attr (die, DW_AT_count, cu);
15634 if (attr_count != NULL)
15605 struct attribute *attr_ub, *attr_count; local

Completed in 101 milliseconds