Home
last modified time | relevance | path

Searched refs:nodes (Results 1 – 25 of 1228) sorted by relevance

12345678910>>...50

/freebsd-14.2/contrib/ofed/librdmacm/examples/
H A Dcmtime.c173 us = diff_us(&nodes[c].times[i][1], &nodes[c].times[i][0]); in show_perf()
355 nodes = calloc(sizeof *nodes, connections); in alloc_nodes()
356 if (!nodes) in alloc_nodes()
364 ret = rdma_create_id(channel, &nodes[i].id, &nodes[i], in alloc_nodes()
377 free(nodes); in alloc_nodes()
389 if (nodes[i].id) in cleanup_nodes()
529 if (nodes[i].error) in run_client()
548 if (nodes[i].error) in run_client()
566 if (nodes[i].error) in run_client()
582 if (nodes[i].error) in run_client()
[all …]
H A Dcmatose.c64 struct cmatest_node *nodes; member
375 test.nodes = malloc(sizeof *test.nodes * connections); in alloc_nodes()
376 if (!test.nodes) { in alloc_nodes()
380 memset(test.nodes, 0, sizeof *test.nodes * connections); in alloc_nodes()
383 test.nodes[i].id = i; in alloc_nodes()
396 free(test.nodes); in alloc_nodes()
405 destroy_node(&test.nodes[i]); in destroy_nodes()
406 free(test.nodes); in destroy_nodes()
415 if (!test.nodes[i].connected) in poll_cqs()
559 if (!test.nodes[i].connected) in run_server()
[all …]
H A Dmckey.c65 struct cmatest_node *nodes; member
380 test.nodes = malloc(sizeof *test.nodes * connections); in alloc_nodes()
381 if (!test.nodes) { in alloc_nodes()
385 memset(test.nodes, 0, sizeof *test.nodes * connections); in alloc_nodes()
388 test.nodes[i].id = i; in alloc_nodes()
390 &test.nodes[i], port_space); in alloc_nodes()
398 free(test.nodes); in alloc_nodes()
407 destroy_node(&test.nodes[i]); in destroy_nodes()
408 free(test.nodes); in destroy_nodes()
417 if (!test.nodes[i].connected) in poll_cqs()
[all …]
H A Dudaddy.c62 struct cmatest_node *nodes; member
418 test.nodes = malloc(sizeof *test.nodes * connections); in alloc_nodes()
419 if (!test.nodes) { in alloc_nodes()
423 memset(test.nodes, 0, sizeof *test.nodes * connections); in alloc_nodes()
426 test.nodes[i].id = i; in alloc_nodes()
429 &test.nodes[i].cma_id, in alloc_nodes()
439 free(test.nodes); in alloc_nodes()
448 destroy_node(&test.nodes[i]); in destroy_nodes()
449 free(test.nodes); in destroy_nodes()
471 if (!test.nodes[i].connected) in poll_cqs()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp215 delete[] nodes; in releaseMemory()
216 nodes = nullptr; in releaseMemory()
226 nodes[n].clear(Threshold); in activate()
241 nodes[n].BiasN = BiasN; in activate()
306 nodes[ib].addLink(ob, Freq); in addLinks()
307 nodes[ob].addLink(ib, Freq); in addLinks()
317 if (nodes[n].mustSpill()) in scanActiveBundles()
319 if (nodes[n].preferReg()) in scanActiveBundles()
326 if (!nodes[n].update(nodes, Threshold)) in update()
328 nodes[n].getDissentingNeighbors(TodoList, nodes); in update()
[all …]
/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dradix_ipf.c123 nodes[0].addroff = nodes[0].addrkey + masklen; in buildnodes()
124 nodes[0].maskoff = nodes[0].maskkey + masklen; in buildnodes()
125 nodes[0].parent = &nodes[1]; in buildnodes()
129 nodes[1].left = &nodes[0]; in buildnodes()
394 if ((key[nodes[1].offset] & nodes[1].bitmask) == 0) { in ipf_rx_insert()
397 nodes[1].right = &nodes[0]; in ipf_rx_insert()
1178 rnh->nodes[0].index, GNAME(rnh->nodes[0].parent), in printroots()
1182 rnh->nodes[1].index, GNAME(rnh->nodes[1].parent), in printroots()
1186 rnh->nodes[2].index, GNAME(rnh->nodes[2].parent), in printroots()
1354 stp->nodes[0].parent = &stp->nodes[0]; in delete_addr()
[all …]
/freebsd-14.2/bin/sh/
H A DMakefile20 GENSRCS= builtins.c nodes.c syntax.c
21 GENHDRS= builtins.h nodes.h syntax.h token.h
49 nodes.c nodes.h: mknodes
58 .ORDER: nodes.c nodes.h
59 nodes.h: .NOMETA
60 nodes.c nodes.h: nodetypes nodes.c.pat
61 ${BTOOLSPATH:U.}/mknodes ${.CURDIR}/nodetypes ${.CURDIR}/nodes.c.pat
/freebsd-14.2/crypto/openssl/crypto/x509/
H A Dpcy_node.c28 X509_POLICY_NODE *ossl_policy_tree_find_sk(STACK_OF(X509_POLICY_NODE) *nodes, in ossl_policy_tree_find_sk() argument
38 idx = sk_X509_POLICY_NODE_find(nodes, &l); in ossl_policy_tree_find_sk()
39 return sk_X509_POLICY_NODE_value(nodes, idx); in ossl_policy_tree_find_sk()
49 for (i = 0; i < sk_X509_POLICY_NODE_num(level->nodes); i++) { in ossl_policy_level_find_node()
50 node = sk_X509_POLICY_NODE_value(level->nodes, i); in ossl_policy_level_find_node()
85 if (level->nodes == NULL) in ossl_policy_level_add_node()
86 level->nodes = ossl_policy_node_cmp_new(); in ossl_policy_level_add_node()
87 if (level->nodes == NULL) { in ossl_policy_level_add_node()
91 if (!sk_X509_POLICY_NODE_push(level->nodes, node)) { in ossl_policy_level_add_node()
122 (void) sk_X509_POLICY_NODE_pop(level->nodes); in ossl_policy_level_add_node()
H A Dpcy_tree.c74 sk_X509_POLICY_NODE_value(plev->nodes, i); in tree_print()
383 node = sk_X509_POLICY_NODE_value(last->nodes, i); in tree_link_any()
408 STACK_OF(X509_POLICY_NODE) *nodes; in tree_prune()
411 nodes = curr->nodes; in tree_prune()
414 node = sk_X509_POLICY_NODE_value(nodes, i); in tree_prune()
419 (void)sk_X509_POLICY_NODE_delete(nodes, i); in tree_prune()
426 nodes = curr->nodes; in tree_prune()
428 node = sk_X509_POLICY_NODE_value(nodes, i); in tree_prune()
668 STACK_OF(X509_POLICY_NODE) *nodes, *auth_nodes = NULL; in X509_policy_check()
714 nodes = X509_policy_tree_get0_user_policies(tree); in X509_policy_check()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/cpu/
H A Dcpu-topology.txt27 tree nodes.
44 nodes are listed.
62 - one or more cluster nodes or
114 A socket node's child nodes must be one or more cluster nodes.
123 nodes can be contained in parent cluster nodes.
131 - one or more core nodes
139 nodes are leaf nodes, otherwise they become containers of
140 thread nodes.
146 Properties for core nodes that are leaf nodes:
155 child nodes can be:
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/usb/
H A Dusb-device.txt7 Four types of device-tree nodes are defined: "host-controller nodes"
8 representing USB host controllers, "device nodes" representing USB devices,
9 "interface nodes" representing USB interfaces and "combined nodes"
20 Required properties for device nodes:
30 Required properties for device nodes with interface nodes:
35 Required properties for interface nodes:
49 Required properties for combined nodes:
59 Required properties for hub nodes with device nodes:
64 Required properties for host-controller nodes with device nodes:
H A Dusb-device.yaml17 Four types of device-tree nodes are defined: "host-controller nodes"
18 representing USB host controllers, "device nodes" representing USB devices,
19 "interface nodes" representing USB interfaces and "combined nodes"
32 description: Device nodes or combined nodes.
46 description: should be 1 for hub nodes with device nodes,
47 should be 2 for device nodes with interface nodes.
56 description: USB interface nodes.
63 description: Interface nodes.
/freebsd-14.2/crypto/openssl/demos/certs/apps/
H A Dmkxcerts.sh7 -config apps.cnf -extensions usr_cert -x509 -nodes \
10 -config apps.cnf -extensions usr_cert -x509 -nodes \
13 -config apps.cnf -extensions usr_cert -x509 -nodes \
22 -config apps.cnf -extensions ec_cert -x509 -nodes \
23 -nodes -keyout tecp256.pem -out tecp256.pem -newkey ec:ecp256.pem \
27 -config apps.cnf -extensions ec_cert -x509 -nodes \
28 -nodes -keyout tecp384.pem -out tecp384.pem -newkey ec:ecp384.pem \
H A Dmkacerts.sh8 CN="OpenSSL Test Root CA" $OPENSSL req -config apps.cnf -x509 -nodes \
11 CN="OpenSSL Test Intermediate CA" $OPENSSL req -config apps.cnf -nodes \
17 CN="Test Client Cert" $OPENSSL req -config apps.cnf -nodes \
24 CN="Test Server Cert" $OPENSSL req -config apps.cnf -nodes \
31 CN="Test Server Cert #2" $OPENSSL req -config apps.cnf -nodes \
/freebsd-14.2/crypto/openssl/crypto/
H A Dsparse_array.c55 void **nodes; member
69 void *nodes[SA_BLOCK_MAX_LEVELS]; in sa_doall() local
74 nodes[0] = sa->nodes; in sa_doall()
77 void ** const p = nodes[l]; in sa_doall()
90 nodes[l] = p[n]; in sa_doall()
165 p = sa->nodes; in ossl_sa_get()
196 p[0] = sa->nodes; in ossl_sa_set()
197 sa->nodes = p; in ossl_sa_set()
202 p = sa->nodes; in ossl_sa_set()
/freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmeson,pinctrl.txt22 === GPIO sub-nodes ===
27 Required properties for sub-nodes are:
36 === Other sub-nodes ===
38 Child nodes without the "gpio-controller" represent some desired
39 configuration for a pin or a group. Those nodes can be pinmux nodes or
40 configuration nodes.
42 Required properties for pinmux nodes are:
49 Required properties for configuration nodes:
52 Configuration nodes support the following generic properties, as
H A Dpinctrl.yaml14 Pin controller devices should contain the pin configuration nodes that client
17 The contents of each of those pin configuration child nodes is defined
22 The pin configuration nodes need not be direct children of the pin controller
25 nodes, is again defined entirely by the binding for the individual pin
43 child nodes for individual pin group control.
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h51 nodes.MemoryUsage() + Node::allocated(), in GetStats()
60 nodes.TestOnlyUnmap(); in TestOnlyUnmap()
73 TwoLevelMap<Node, kNodesSize1, kNodesSize2> nodes; variable
83 const Node &node = nodes[s]; in find()
142 Node &new_node = nodes[s]; in Put()
156 if (!nodes.contains(id)) in Get()
158 const Node &node = nodes[id]; in Get()
173 nodes.Lock(); in LockBeforeFork()
179 nodes.Unlock(); in UnlockAfterFork()
199 const Node &node = nodes[s]; in PrintAll()
/freebsd-14.2/contrib/kyua/admin/
H A Dcheck-api-docs.awk48 /utils\/config\/nodes\.hpp.*Member set_lua\(lutok::state &, const int\)/ {next}
49 /utils\/config\/nodes\.hpp.*Member push_lua\(lutok::state &\)/ {next}
50 /utils\/config\/nodes\.hpp.*Member set_string\(const std::string &\)/ {next}
51 /utils\/config\/nodes\.hpp.*Member to_string\(void\)/ {next}
52 /utils\/config\/nodes\.hpp.*Member is_set\(void\)/ {next}
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.def27 // Handler for leaf nodes in the class hierarchy.
32 // Handler for non-leaf nodes in the class hierarchy.
37 // Handler for specialized and uniquable leaf nodes under MDNode. Defers to
50 // Handler for leaf nodes under MDNode.
55 // Handler for leaf nodes under MDNode.
60 // Handler for non-leaf nodes under MDNode.
65 // Handler for specialized leaf nodes under MDNode.
70 // Handler for specialized non-leaf nodes under MDNode.
/freebsd-14.2/contrib/mandoc/
H A Dtag.c39 struct roff_node **nodes; member
73 free(entry->nodes); in tag_free()
142 entry->nodes = NULL; in tag_put()
163 nold = entry->nodes[--entry->nnodes]; in tag_put()
178 entry->nodes = mandoc_reallocarray(entry->nodes, in tag_put()
179 entry->maxnodes, sizeof(*entry->nodes)); in tag_put()
181 entry->nodes[entry->nnodes++] = n; in tag_put()
/freebsd-14.2/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-mux.txt4 numbered uniquely in a device dependent manner. The nodes for an i2c bus
15 For i2c multiplexers/switches that have child nodes that are a mixture
16 of both i2c child busses and other child nodes, the 'i2c-mux' subnode
25 Required properties for i2c child bus nodes:
30 Optional properties for i2c child bus nodes:
32 - Child nodes conforming to i2c bus binding
H A Di2c-fsi.txt9 nodes.
10 - #size-cells = <0>; : Number of size cells in child nodes.
11 - child nodes : Nodes to describe busses off the I2C
18 - child nodes : Nodes to describe devices on the I2C
/freebsd-14.2/sys/contrib/device-tree/Bindings/pwm/
H A Dpwm-tipwmss.txt10 - address-cells: Specify the number of u32 entries needed in child nodes.
12 - size-cells: specify number of u32 entries needed to specify child nodes size
20 Also child nodes should also populated under PWMSS DT node.
33 /* child nodes go here */
46 /* child nodes go here */
57 /* child nodes go here */
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/
H A Dexynos4-fimc-is.txt30 The following are the FIMC-IS peripheral device nodes and can be specified
31 either standalone or as the fimc-is node child nodes.
33 i2c-isp (ISP I2C bus controller) nodes
44 For the above nodes it is required to specify a pinctrl state named "default",
47 Device tree nodes of the image sensors' controlled directly by the FIMC-IS
48 firmware must be child nodes of their corresponding ISP I2C bus controller node.

12345678910>>...50