Searched refs:node_count (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_diff/ |
| H A D | token.c | 57 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 D | addrtree.c | 97 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 D | addrtree.h | 69 uint32_t node_count; member
|
| /freebsd-13.1/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-13.1/sys/dev/ocs_fc/ |
| H A D | ocs_node.h | 121 extern int32_t ocs_node_create_pool(ocs_t *ocs, uint32_t node_count);
|
| H A D | ocs_node.c | 235 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 D | ice_nvm.c | 1090 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 D | firewire.h | 410 node_count:16; member
|
| H A D | firewire.c | 1313 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 D | fuse_node.c | 112 SYSCTL_COUNTER_U64(_vfs_fusefs_stats, OID_AUTO, node_count, CTLFLAG_RD,
|
| /freebsd-13.1/usr.sbin/fwcontrol/ |
| H A D | fwcontrol.c | 533 tmap->node_count, tmap->self_id_count); in show_topology_map()
|