Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c873 u_int index_count; in vacm_get_context() local
879 index_count = 0; in vacm_get_context()
880 index_count = SNMP_INDEX(index_count, 1); in vacm_get_context()
881 if (index_decode(oid, sub, index_count, &cname, &cnamelen)) in vacm_get_context()
897 u_int index_count; in vacm_get_next_context() local
906 index_count = 0; in vacm_get_next_context()
907 index_count = SNMP_INDEX(index_count, 1); in vacm_get_next_context()
908 if (index_decode(oid, sub, index_count, &cname, &cnamelen)) in vacm_get_next_context()
/freebsd/contrib/bsnmp/snmpd/
H A Dexport.c249 u_int index_count; in index_decode() local
255 index_count = SNMP_INDEX_COUNT(code); in index_decode()
258 for (idx = 0; idx < index_count; idx++) { in index_decode()
/freebsd/contrib/bsnmp/gensnmptree/
H A Dgensnmptree.c814 u_int index_count; in parse() local
863 index_count = 0; in parse()
871 if (index_count == SNMP_INDEXES_MAX) in parse()
873 node->u.entry.subtypes[index_count++] = subtype; in parse()
875 syntax << (SNMP_INDEX_SHIFT * index_count); in parse()
877 node->u.entry.index |= index_count; in parse()
878 if (index_count == 0) in parse()
/freebsd/sys/fs/ext2fs/
H A Dext2_extents.h96 int index_count; member
H A Dext2_extents.c1683 if (le16toh(path->ep_header->eh_ecount) == path->index_count) in ext4_ext_more_to_rm()
1731 path[i].index_count = in ext4_ext_remove_space()
1751 path[i].index_count = in ext4_ext_remove_space()
/freebsd/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1329 uint32_t index_count = baton.unwind_header.indexCount; in print_index_sections() local
1334 while (cur_idx < index_count) { in print_index_sections()