Searched refs:node_count (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/crypto/openssl/crypto/x509/
H A Dpcy_node.c68 if (tree->node_maximum > 0 && tree->node_count >= tree->node_maximum)
111 tree->node_count++;
H A Dpcy_local.h115 size_t node_count; member in struct:X509_POLICY_TREE_st
/freebsd-current/contrib/unbound/edns-subnet/
H A Daddrtree.h69 uint32_t node_count; member in struct:addrtree
H A Daddrtree.c97 tree->node_count++;
143 tree->node_count = 0;
224 tree->node_count--;
249 while (tree->node_count > tree->max_node_count) {
409 tree->node_count--;
437 tree->node_count--;
465 tree->node_count--;
/freebsd-current/contrib/ofed/libibnetdisc/
H A Dibnetdisc_cache.c223 unsigned int *node_count, unsigned int *port_count)
248 offset += _unmarshall32(buf + offset, node_count);
626 unsigned int node_count = 0; local
660 if (_load_header_info(fd, fabric_cache, &node_count, &port_count) < 0)
663 for (i = 0; i < node_count; i++) {
790 static int _cache_header_counts(int fd, unsigned int node_count, argument
796 offset += _marshall32(buf + offset, node_count);
888 unsigned int node_count = 0; local
936 node_count++;
953 if (_cache_header_counts(fd, node_count, port_coun
222 _load_header_info(int fd, ibnd_fabric_cache_t * fabric_cache, unsigned int *node_count, unsigned int *port_count) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineModelFeatureMaps.h105 M(int64_t, {1}, node_count, \
/freebsd-current/sys/dev/ocs_fc/
H A Docs_node.h119 extern int32_t ocs_node_create_pool(ocs_t *ocs, uint32_t node_count);
H A Docs_node.c227 * @param node_count count of nodes to allocate
233 ocs_node_create_pool(ocs_t *ocs, uint32_t node_count) argument
243 xport->nodes_count = node_count;
245 xport->nodes = ocs_malloc(ocs, node_count * sizeof(ocs_node_t *), OCS_M_ZERO | OCS_M_NOWAIT);
263 for (i = 0; i < node_count; i ++) {
/freebsd-current/sys/dev/firewire/
H A Dfirewire.h408 node_count:16; member in struct:fw_topology_map
H A Dfirewire.c1310 fc->topology_map->node_count= 0;
1324 fc->topology_map->node_count++;
/freebsd-current/sys/dev/ice/
H A Dice_nvm.c1114 u16 module_id, length, node_count, i; local
1139 status = ice_read_netlist_module(hw, bank, ICE_LINK_TOPO_NODE_COUNT, &node_count);
1142 node_count &= ICE_LINK_TOPO_NODE_COUNT_M;
1150 ICE_NETLIST_ID_BLK_OFFSET(node_count) * sizeof(u16),
/freebsd-current/sys/fs/fuse/
H A Dfuse_node.c109 SYSCTL_COUNTER_U64(_vfs_fusefs_stats, OID_AUTO, node_count, CTLFLAG_RD,
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DMLInlineAdvisor.cpp393 *ModelRunner->getTensor<int64_t>(FeatureIndex::node_count) = NodeCount;
/freebsd-current/usr.sbin/fwcontrol/
H A Dfwcontrol.c530 printf("crc_len: %d generation:%d node_count:%d sid_count:%d\n",
532 tmap->node_count, tmap->self_id_count);

Completed in 236 milliseconds