/freebsd/contrib/unbound/edns-subnet/ |
H A D | addrtree.c | 97 tree->node_count++; in node_create() 143 tree->node_count = 0; in addrtree_create() 224 tree->node_count--; in purge_node() 249 while (tree->node_count > tree->max_node_count) { in lru_cleanup() 409 tree->node_count--; in addrtree_insert() 437 tree->node_count--; in addrtree_insert() 465 tree->node_count--; in addrtree_insert()
|
H A D | addrtree.h | 69 uint32_t node_count; member
|
/freebsd/contrib/ofed/libibnetdisc/ |
H A D | ibnetdisc_cache.c | 223 unsigned int *node_count, unsigned int *port_count) in _load_header_info() argument 248 offset += _unmarshall32(buf + offset, node_count); in _load_header_info() 626 unsigned int node_count = 0; in ibnd_load_fabric() local 660 if (_load_header_info(fd, fabric_cache, &node_count, &port_count) < 0) in ibnd_load_fabric() 663 for (i = 0; i < node_count; i++) { in ibnd_load_fabric() 790 static int _cache_header_counts(int fd, unsigned int node_count, in _cache_header_counts() argument 796 offset += _marshall32(buf + offset, node_count); in _cache_header_counts() 888 unsigned int node_count = 0; in ibnd_cache_fabric() local 936 node_count++; in ibnd_cache_fabric() 953 if (_cache_header_counts(fd, node_count, port_count) < 0) in ibnd_cache_fabric()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | pcy_node.c | 68 if (tree->node_maximum > 0 && tree->node_count >= tree->node_maximum) in ossl_policy_level_add_node() 111 tree->node_count++; in ossl_policy_level_add_node()
|
H A D | pcy_local.h | 115 size_t node_count; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineModelFeatureMaps.h | 107 M(int64_t, {1}, node_count, \
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_node.h | 119 extern int32_t ocs_node_create_pool(ocs_t *ocs, uint32_t node_count);
|
H A D | ocs_node.c | 233 ocs_node_create_pool(ocs_t *ocs, uint32_t node_count) in ocs_node_create_pool() argument 243 xport->nodes_count = node_count; in ocs_node_create_pool() 245 xport->nodes = ocs_malloc(ocs, node_count * sizeof(ocs_node_t *), OCS_M_ZERO | OCS_M_NOWAIT); in ocs_node_create_pool() 263 for (i = 0; i < node_count; i ++) { in ocs_node_create_pool()
|
/freebsd/sys/dev/ice/ |
H A D | ice_nvm.c | 1127 u16 module_id, length, node_count, i; in ice_get_netlist_info() 1152 status = ice_read_netlist_module(hw, bank, ICE_LINK_TOPO_NODE_COUNT, &node_count); in ice_get_netlist_info() 1155 node_count &= ICE_LINK_TOPO_NODE_COUNT_M; in ice_get_netlist_info() 1163 ICE_NETLIST_ID_BLK_OFFSET(node_count) * sizeof(u16), in ice_get_netlist_info() 1113 u16 module_id, length, node_count, i; ice_get_netlist_info() local
|
/freebsd/sys/dev/firewire/ |
H A D | firewire.h | 408 node_count:16; member
|
H A D | firewire.c | 1310 fc->topology_map->node_count= 0; in fw_sidrcv() 1324 fc->topology_map->node_count++; in fw_sidrcv()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MLInlineAdvisor.cpp | 416 *ModelRunner->getTensor<int64_t>(FeatureIndex::node_count) = NodeCount; in getAdviceImpl()
|
/freebsd/usr.sbin/fwcontrol/ |
H A D | fwcontrol.c | 532 tmap->node_count, tmap->self_id_count); in show_topology_map()
|