Home
last modified time | relevance | path

Searched refs:node (Results 701 – 725 of 1648) sorted by relevance

1...<<21222324252627282930>>...66

/freebsd-12.1/contrib/libucl/src/
H A Ducl_schema.c439 struct ucl_compare_node *node, test, *nodes = NULL, *tmp; in ucl_schema_array_is_unique() local
444 node = TREE_FIND (&tree, ucl_compare_node, link, &test); in ucl_schema_array_is_unique()
445 if (node != NULL) { in ucl_schema_array_is_unique()
451 node = calloc (1, sizeof (*node)); in ucl_schema_array_is_unique()
452 if (node == NULL) { in ucl_schema_array_is_unique()
458 node->obj = elt; in ucl_schema_array_is_unique()
459 TREE_INSERT (&tree, ucl_compare_node, link, node); in ucl_schema_array_is_unique()
460 LL_PREPEND (nodes, node); in ucl_schema_array_is_unique()
463 LL_FOREACH_SAFE (nodes, node, tmp) { in ucl_schema_array_is_unique()
464 free (node); in ucl_schema_array_is_unique()
/freebsd-12.1/bin/sh/
H A Dnodetypes36 # contain a node type followed by a structure tag. Subsequent indented
37 # lines specify the fields of the structure. Several node types can share
43 # nodeptr - a pointer to a node
48 # temp - a field that doesn't have to be copied when the node is copied
123 fname nodeptr # file name, in a NARG node
140 doc nodeptr # input to command (NARG node)
/freebsd-12.1/tools/test/netfibs/
H A Dforwarding.sh82 node=$1
83 case ${node} in
143 case ${node} in
194 case ${node} in
236 case ${node} in
744 case ${node} in
774 case ${node} in
818 case ${node} in
971 case ${node} in
986 case ${node} in
[all …]
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dlex.c1009 if (result->val.node->flags & NODE_OPERATOR) in _cpp_lex_direct()
1333 memcpy (buffer, NODE_NAME (token->val.node), in cpp_spell_token()
1334 NODE_LEN (token->val.node)); in cpp_spell_token()
1335 buffer += NODE_LEN (token->val.node); in cpp_spell_token()
1340 const unsigned char * name = NODE_NAME (token->val.node); in cpp_spell_token()
1342 for (i = 0; i < NODE_LEN (token->val.node); i++) in cpp_spell_token()
1349 *buffer++ = NODE_NAME (token->val.node)[i]; in cpp_spell_token()
1421 const unsigned char * name = NODE_NAME (token->val.node); in cpp_output_token()
1423 for (i = 0; i < NODE_LEN (token->val.node); i++) in cpp_output_token()
1431 fputc (NODE_NAME (token->val.node)[i], fp); in cpp_output_token()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DIntervalMap.h775 void *node; member
780 : node(Node), size(Size), offset(Offset) {} in Entry()
786 return reinterpret_cast<NodeRef*>(node)[i]; in subtree()
796 return *reinterpret_cast<NodeT*>(path[Level].node); in node()
804 return *reinterpret_cast<NodeT*>(path.back().node); in leaf()
956 RootBranch node; member
1187 NodeRef node[Nodes]; in branchRoot() local
1191 node[n] = NodeRef(L, size[n]); in branchRoot()
1199 rootBranch().subtree(n) = node[n]; in branchRoot()
1933 Branch &Parent = P.node<Branch>(Level); in eraseNode()
[all …]
/freebsd-12.1/sys/dev/extres/syscon/
H A Dsyscon.h72 syscon_class_t syscon_class, phandle_t node);
74 int syscon_get_by_ofw_property(device_t consumer, phandle_t node, char *name,
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td160 def zextloadi16i8 : PatFrag<(ops node:$ptr), (i16 (zextloadi8 node:$ptr))>;
161 def extloadi16i8 : PatFrag<(ops node:$ptr), (i16 ( extloadi8 node:$ptr))>;
162 def bic : PatFrag<(ops node:$lhs, node:$rhs), (and node:$lhs, (not node:$rhs))>;
163 def and_su : PatFrag<(ops node:$lhs, node:$rhs), (and node:$lhs, node:$rhs), [{
447 multiclass Arith<bits<4> opcode, string asmstring, SDNode node,
454 [(set GR8:$rd, (node GR8:$src2, GR8:$rs)),
483 [(set GR8:$rd, (node GR8:$src2, cg8imm:$imm)),
491 [(set GR8:$rd, (node GR8:$src2, imm:$imm)),
495 [(set GR16:$rd, (node GR16:$src2, imm:$imm)),
524 [(store (node (load addr:$dst),
[all …]
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_ucast_dfsssp.c113 struct cdg_node *node; member
170 node->channelID = 0; in set_default_cdg_node()
171 node->linklist = NULL; in set_default_cdg_node()
172 node->status = UNKNOWN; in set_default_cdg_node()
173 node->visited = 0; in set_default_cdg_node()
174 node->pre = NULL; in set_default_cdg_node()
175 node->left = NULL; in set_default_cdg_node()
176 node->right = NULL; in set_default_cdg_node()
177 node->parent = NULL; in set_default_cdg_node()
593 free(node); in cdg_node_dealloc()
[all …]
/freebsd-12.1/contrib/gcc/
H A Dtree.def27 determines the size of the tree node object. Other nodes use
38 /* Any erroneous construct is parsed into a node of this type.
39 This type of node is accepted without complaint in all contexts
46 Internally it looks like a STRING_CST node.
66 points to the FUNCTION_DECL node.
112 will point to a BLOCK node or a FUNCTION_DECL node, but it could also
136 /* C enums. The type node looks just like an INTEGER_TYPE node.
381 Operand 1 is the field (a node of type FIELD_DECL).
456 The field INDEX of each node is a FIELD_DECL. */
480 operand 2 is the cleanup for this node, if any.
[all …]
H A Dtree-dump.h49 splay_tree_node node; member
62 tree node; member
/freebsd-12.1/sys/dev/pcf/
H A Dpcf_ebus.c145 phandle_t node; in pcf_ebus_attach() local
152 if ((node = ofw_bus_get_node(dev)) == -1) { in pcf_ebus_attach()
185 if (OF_getprop(node, "own-address", &own_addr, sizeof(own_addr)) == in pcf_ebus_attach()
/freebsd-12.1/sys/arm/amlogic/aml8726/
H A Daml8726_ccm.c84 phandle_t node; in aml8726_ccm_configure_gates() local
88 node = ofw_bus_get_node(sc->dev); in aml8726_ccm_configure_gates()
90 len = OF_getprop_alloc(node, "functions", in aml8726_ccm_configure_gates()
H A Daml8726_pinctrl.c190 phandle_t node; in aml8726_pinctrl_configure_pins() local
194 node = OF_node_from_xref(cfgxref); in aml8726_pinctrl_configure_pins()
196 len = OF_getprop_alloc(node, "amlogic,function", in aml8726_pinctrl_configure_pins()
218 len = OF_getprop_alloc(node, "amlogic,pull", in aml8726_pinctrl_configure_pins()
259 len = OF_getprop_alloc(node, "amlogic,pins", in aml8726_pinctrl_configure_pins()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.h28 explicit StackDepotHandle(StackDepotNode *node) : node_(node) {} in StackDepotHandle()
H A Dsanitizer_bvgraph.h55 uptr node = t1.getAndClearFirstOne(); in addEdges() local
56 if (v[node].setBit(to)) in addEdges()
58 added_edges[res++] = node; in addEdges()
/freebsd-12.1/sys/arm/nvidia/
H A Dtegra_lic.c202 phandle_t node; in tegra_lic_attach() local
208 node = ofw_bus_get_node(dev); in tegra_lic_attach()
210 rv = OF_getencprop(node, "interrupt-parent", &parent_xref, in tegra_lic_attach()
236 if (intr_pic_register(dev, OF_xref_from_node(node)) == NULL) { in tegra_lic_attach()
/freebsd-12.1/sys/riscv/riscv/
H A Dplic.c193 phandle_t node; in plic_attach() local
203 node = ofw_bus_get_node(dev); in plic_attach()
204 if ((OF_getencprop(node, "riscv,ndev", &sc->ndev, in plic_attach()
242 xref = OF_xref_from_node(node); in plic_attach()
/freebsd-12.1/usr.sbin/autofs/
H A Dautomount.c145 mount_if_not_already(const struct node *n, const char *map, const char *options, in mount_if_not_already()
185 mount_unmount(struct node *root) in mount_unmount()
188 struct node *n, *n2; in mount_unmount()
323 struct node *root; in main_automount()
/freebsd-12.1/contrib/bmake/
H A Dtrace.c104 fprintf(trfile, " %s %d %x %x", job->node->name, in Trace_Log()
105 job->pid, job->flags, job->node->type); in Trace_Log()
/freebsd-12.1/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rl.c38 struct sysctl_oid *node, const char *name, const char *desc);
737 struct sysctl_oid *node; in mlx5e_rl_init() local
771 node = SYSCTL_ADD_NODE(&rl->ctx, in mlx5e_rl_init()
775 if (node != NULL) { in mlx5e_rl_init()
780 node, mlx5e_rl_params_desc[2 * i], in mlx5e_rl_init()
784 stats = SYSCTL_ADD_NODE(&rl->ctx, SYSCTL_CHILDREN(node), in mlx5e_rl_init()
805 if (node != NULL) { in mlx5e_rl_init()
807 SYSCTL_ADD_PROC(&rl->ctx, SYSCTL_CHILDREN(node), OID_AUTO, in mlx5e_rl_init()
825 node, mlx5e_rl_table_params_desc[2 * i], in mlx5e_rl_init()
1546 SYSCTL_ADD_PROC(&rl->ctx, SYSCTL_CHILDREN(node), OID_AUTO, in mlx5e_rl_sysctl_add_u64_oid()
[all …]
/freebsd-12.1/sys/dev/vnic/
H A Dnic_main.c90 uint8_t node; member
203 nic->node = nic_get_node_id(nic->reg_base); in nicpf_attach()
316 bgx_set_lmac_mac(nic->node, bgx, lmac, mac); in nicpf_iov_add_vf()
453 mac = bgx_get_lmac_mac(nic->node, bgx_idx, lmac); in nic_mbx_send_ready()
459 mbx.nic_cfg.node_id = nic->node; in nic_mbx_send_ready()
533 bgx_get_rx_stats(nic->node, bgx_idx, lmac, bgx->idx); in nic_get_bgx_stats()
536 bgx_get_tx_stats(nic->node, bgx_idx, lmac, bgx->idx); in nic_get_bgx_stats()
588 unsigned bgx_map = bgx_get_map(nic->node); in nic_set_lmac_vf_mapping()
602 lmac_cnt = bgx_get_lmac_count(nic->node, bgx); in nic_set_lmac_vf_mapping()
949 bgx_set_lmac_mac(nic->node, bgx, lmac, mbx.mac.mac_addr); in nic_handle_mbx_intr()
[all …]
/freebsd-12.1/sys/dev/altera/pio/
H A Dpio.c167 phandle_t node; in pio_attach() local
181 if ((node = ofw_bus_get_node(sc->dev)) == -1) in pio_attach()
185 fic->iph = node; in pio_attach()
/freebsd-12.1/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_kmod.c147 phandle_t node; in bcm_vchiq_attach() local
173 node = ofw_bus_get_node(dev); in bcm_vchiq_attach()
174 if ((OF_getencprop(node, "cache-line-size", &cell, sizeof(cell))) > 0) in bcm_vchiq_attach()
/freebsd-12.1/sys/arm64/cavium/
H A Dthunder_pcie_pem_fdt.c184 phandle_t node; in thunder_pem_fdt_get_id() local
192 node = ofw_bus_get_node(dev); in thunder_pem_fdt_get_id()
195 err = ofw_bus_msimap(node, pci_rid, NULL, &rid); in thunder_pem_fdt_get_id()
/freebsd-12.1/usr.sbin/makefs/cd9660/
H A Dcd9660_write.c279 !(writenode->node->type & S_IFDIR)) { in cd9660_write_file()
280 fsinode *inode = writenode->node->inode; in cd9660_write_file()
289 if (writenode->node->contents == NULL) in cd9660_write_file()
294 (writenode->node->contents != NULL) ? in cd9660_write_file()
295 writenode->node->contents : temp_file_name); in cd9660_write_file()

1...<<21222324252627282930>>...66