/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | cmtime.c | 102 static struct node *nodes; variable 171 if (!zero_time(&nodes[c].times[i][0]) && in show_perf() 172 !zero_time(&nodes[c].times[i][1])) { in show_perf() 173 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() 362 start_perf(&nodes[i], STEP_CREATE_ID); in alloc_nodes() 364 ret = rdma_create_id(channel, &nodes[i].id, &nodes[i], in alloc_nodes() 369 end_perf(&nodes[i], STEP_CREATE_ID); in alloc_nodes() 376 rdma_destroy_id(nodes[i].id); in alloc_nodes() [all …]
|
H A D | cmatose.c | 64 struct cmatest_node *nodes; member 274 node = &test.nodes[test.conn_index++]; in connect_handler() 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() 386 &test.nodes[i].cma_id, in alloc_nodes() 387 &test.nodes[i], hints.ai_port_space); in alloc_nodes() 395 rdma_destroy_id(test.nodes[i].cma_id); in alloc_nodes() 396 free(test.nodes); in alloc_nodes() [all …]
|
H A D | mckey.c | 65 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() 389 ret = rdma_create_id(test.channel, &test.nodes[i].cma_id, in alloc_nodes() 390 &test.nodes[i], port_space); in alloc_nodes() 397 rdma_destroy_id(test.nodes[i].cma_id); in alloc_nodes() 398 free(test.nodes); in alloc_nodes() 407 destroy_node(&test.nodes[i]); in destroy_nodes() [all …]
|
H A D | udaddy.c | 62 struct cmatest_node *nodes; member 296 node = &test.nodes[test.conn_index++]; in connect_handler() 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() 430 &test.nodes[i], hints.ai_port_space); in alloc_nodes() 438 rdma_destroy_id(test.nodes[i].cma_id); in alloc_nodes() 439 free(test.nodes); in alloc_nodes() [all …]
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | radix_ipf.c | 33 ipf_rdx_node_t nodes[2], int *); 101 buildnodes(addrfamily_t *addr, addrfamily_t *mask, ipf_rdx_node_t nodes[2]) in buildnodes() 118 bzero(&nodes[0], sizeof(ipf_rdx_node_t) * 2); in buildnodes() 119 nodes[0].maskbitcount = maskbits; in buildnodes() 120 nodes[0].index = -1 - (ADF_OFF_BITS + maskbits); in buildnodes() 121 nodes[0].addrkey = (u_32_t *)addr; in buildnodes() 122 nodes[0].maskkey = (u_32_t *)mask; in buildnodes() 123 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() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SpillPlacement.cpp | 151 bool update(const Node nodes[], BlockFrequency Threshold) { in update() 156 if (nodes[L.second].Value == -1) in update() 158 else if (nodes[L.second].Value == 1) in update() 181 const Node nodes[]) const { in getDissentingNeighbors() 186 if (Value != nodes[n].Value) in getDissentingNeighbors() 196 assert(!nodes && "Leaking node array"); in runOnMachineFunction() 197 nodes = new Node[bundles->getNumBundles()]; in runOnMachineFunction() 215 delete[] nodes; in releaseMemory() 216 nodes = nullptr; in releaseMemory() 226 nodes[n].clear(Threshold); in activate() [all …]
|
/freebsd/bin/sh/ |
H A D | Makefile | 18 GENSRCS= builtins.c nodes.c syntax.c 19 GENHDRS= builtins.h nodes.h syntax.h token.h 47 nodes.c nodes.h: mknodes 56 .ORDER: nodes.c nodes.h 57 nodes.h: .NOMETA 58 nodes.c nodes.h: nodetypes nodes.c.pat 59 ${BTOOLSPATH:U.}/mknodes ${.CURDIR}/nodetypes ${.CURDIR}/nodes.c.pat
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | pcy_node.c | 28 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 D | pcy_tree.c | 72 for (i = 0; i < sk_X509_POLICY_NODE_num(plev->nodes); i++) { in tree_print() 74 sk_X509_POLICY_NODE_value(plev->nodes, i); in tree_print() 265 for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++) { in tree_link_matching_nodes() 266 X509_POLICY_NODE *node = sk_X509_POLICY_NODE_value(last->nodes, i); in tree_link_matching_nodes() 382 for (i = 0; i < sk_X509_POLICY_NODE_num(last->nodes); i++) { in tree_link_any() 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() 413 for (i = sk_X509_POLICY_NODE_num(nodes) - 1; i >= 0; i--) { in tree_prune() 414 node = sk_X509_POLICY_NODE_value(nodes, i); in tree_prune() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/cpu/ |
H A D | cpu-topology.txt | 20 For instance in a system where CPUs support SMT, "cpu" nodes represent all 22 In systems where SMT is not supported "cpu" nodes represent all cores present 25 CPU topology bindings allow one to associate cpu nodes with hierarchical groups 27 tree nodes. 32 The cpu nodes, as per bindings defined in [4], represent the devices that 35 A topology description containing phandles to cpu nodes that are not compliant 44 nodes are listed. 60 The cpu-map node's child nodes can be: 62 - one or more cluster nodes or 63 - one or more socket nodes in a multi-socket system [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb-device.txt | 7 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:
|
/freebsd/crypto/openssl/demos/certs/apps/ |
H A D | mkxcerts.sh | 7 -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 D | mkacerts.sh | 8 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/crypto/openssl/crypto/ |
H A D | sparse_array.c | 55 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/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | meson,pinctrl.txt | 22 === 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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Metadata.def | 27 // 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/contrib/kyua/admin/ |
H A D | check-api-docs.awk | 48 /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/contrib/mandoc/ |
H A D | tag.c | 39 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/sys/contrib/device-tree/Bindings/pwm/ |
H A D | pwm-tipwmss.txt | 10 - 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/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-mux.txt | 4 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 D | i2c-fsi.txt | 9 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/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stackdepotbase.h | 51 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() 172 // We still need to lock nodes. in UnlockAll() 173 nodes.Lock(); in UnlockAll() 179 nodes [all...] |
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | exynos4-fimc-is.txt | 30 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.
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | marvell-pxa168.txt | 11 - #address-cells: must be 1 when using sub-nodes. 12 - #size-cells: must be 0 when using sub-nodes. 18 Sub-nodes: 21 Sub-nodes required properties:
|
/freebsd/sys/netgraph/ |
H A D | NOTES | 41 - Have a user level program to print out and manipulate nodes, etc. 48 command to list all existing nodes (in case you don't know the 52 - Need a way to get a list of ALL nodes. 56 - Enhance "netstat" to display all netgraph nodes -- or at least 57 all netgraph socket nodes. 67 - Need to implement passing meta information through socket nodes 76 - All nodes assume that all data mbufs have the M_PKTHDR flag set! 96 Every node has a queue, plus there is a list of nodes that have queued work.
|