Searched refs:index_count (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/bsnmp/snmp_vacm/ |
| HD | vacm_snmp.c | 873 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-11-stable/contrib/bsnmp/snmpd/ |
| HD | export.c | 249 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-11-stable/contrib/bsnmp/gensnmptree/ |
| HD | gensnmptree.c | 775 u_int index_count; in parse() local 821 index_count = 0; in parse() 827 if (index_count++ == SNMP_INDEXES_MAX) in parse() 830 syntax << (SNMP_INDEX_SHIFT * index_count); in parse() 832 node->u.entry.index |= index_count; in parse() 833 if (index_count == 0) in parse()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/tools/compact-unwind/ |
| HD | compact-unwind-dumper.c | 1372 uint32_t index_count = baton.unwind_header.indexCount; in print_index_sections() local 1377 while (cur_idx < index_count) { in print_index_sections()
|