Searched refs:index_count (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/fs/ext2fs/
H A Dext2_extents.h98 int index_count; member in struct:ext4_extent_path
H A Dext2_extents.c1480 if (path->ep_header->eh_ecount == path->index_count)
1528 path[i].index_count = path[i].ep_header->eh_ecount + 1;
1547 path[i].index_count = path[i].ep_header->eh_ecount;
/freebsd-12-stable/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c874 u_int index_count; local
880 index_count = 0;
881 index_count = SNMP_INDEX(index_count, 1);
882 if (index_decode(oid, sub, index_count, &cname, &cnamelen))
898 u_int index_count; local
907 index_count = 0;
908 index_count = SNMP_INDEX(index_count, 1);
909 if (index_decode(oid, sub, index_count,
[all...]
/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Dexport.c249 u_int index_count; local
255 index_count = SNMP_INDEX_COUNT(code);
258 for (idx = 0; idx < index_count; idx++) {
/freebsd-12-stable/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c814 u_int index_count; local
863 index_count = 0;
871 if (index_count == SNMP_INDEXES_MAX)
873 node->u.entry.subtypes[index_count++] = subtype;
875 syntax << (SNMP_INDEX_SHIFT * index_count);
877 node->u.entry.index |= index_count;
878 if (index_count == 0)
/freebsd-12-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1372 uint32_t index_count = baton.unwind_header.indexCount; local
1377 while (cur_idx < index_count) {

Completed in 128 milliseconds