Home
last modified time | relevance | path

Searched refs:node_count (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_diff/
H A Dtoken.c57 svn_diff__token_index_t node_count; member
67 return tree->node_count; in svn_diff__get_node_count()
79 (*tree)->node_count = 0; in svn_diff__tree_create()
137 new_node->index = tree->node_count++; in tree_insert_token()
/freebsd-13.1/contrib/unbound/edns-subnet/
H A Daddrtree.c97 tree->node_count++; in node_create()
142 tree->node_count = 0; in addrtree_create()
222 tree->node_count--; in purge_node()
247 while (tree->node_count > tree->max_node_count) { in lru_cleanup()
406 tree->node_count--; in addrtree_insert()
434 tree->node_count--; in addrtree_insert()
461 tree->node_count--; in addrtree_insert()
H A Daddrtree.h69 uint32_t node_count; member
/freebsd-13.1/contrib/ofed/libibnetdisc/
H A Dibnetdisc_cache.c223 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-13.1/sys/dev/ocs_fc/
H A Docs_node.h121 extern int32_t ocs_node_create_pool(ocs_t *ocs, uint32_t node_count);
H A Docs_node.c235 ocs_node_create_pool(ocs_t *ocs, uint32_t node_count) in ocs_node_create_pool() argument
245 xport->nodes_count = node_count; in ocs_node_create_pool()
247 xport->nodes = ocs_malloc(ocs, node_count * sizeof(ocs_node_t *), OCS_M_ZERO | OCS_M_NOWAIT); in ocs_node_create_pool()
265 for (i = 0; i < node_count; i ++) { in ocs_node_create_pool()
/freebsd-13.1/sys/dev/ice/
H A Dice_nvm.c1090 u16 module_id, length, node_count, i; in ice_get_netlist_info() local
1115 status = ice_read_netlist_module(hw, bank, ICE_LINK_TOPO_NODE_COUNT, &node_count); in ice_get_netlist_info()
1118 node_count &= ICE_LINK_TOPO_NODE_COUNT_M; in ice_get_netlist_info()
1126 ICE_NETLIST_ID_BLK_OFFSET(node_count) * sizeof(u16), in ice_get_netlist_info()
/freebsd-13.1/sys/dev/firewire/
H A Dfirewire.h410 node_count:16; member
H A Dfirewire.c1313 fc->topology_map->node_count= 0; in fw_sidrcv()
1327 fc->topology_map->node_count++; in fw_sidrcv()
/freebsd-13.1/sys/fs/fuse/
H A Dfuse_node.c112 SYSCTL_COUNTER_U64(_vfs_fusefs_stats, OID_AUTO, node_count, CTLFLAG_RD,
/freebsd-13.1/usr.sbin/fwcontrol/
H A Dfwcontrol.c533 tmap->node_count, tmap->self_id_count); in show_topology_map()