Home
last modified time | relevance | path

Searched refs:subnode (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dtest_tree1_delete.dts8 nonexistant-subnode {
16 subnode@1 {
25 /delete-node/ nonexistant-subnode;
27 subnode@1 {
43 subnode@1 {
49 subnode@1 {
H A Dtest_tree1_merge.dts12 subnode@1 {
25 subnode@2 {
40 subnode@1 {
43 subnode@2 {
H A Dtest_tree1_merge_path.dts14 subnode@1 {
28 subnode@2 {
46 &{/subnode@2/subsubnode@0} {
H A Dtest_tree1_wrong2.dts12 subnode@1 {
26 subnode@2 {
H A Dtest_tree1_wrong1.dts12 subnode@1 {
26 subnode@2 {
H A Dtest_tree1_wrong3.dts13 subnode@1 {
26 subnode@2 {
H A Dtest_tree1_wrong8.dts13 subnode@1 {
27 subnode@2 {
H A Dtest_tree1_wrong5.dts13 subnode@1 {
27 subnode@2 {
H A Dtest_tree1_wrong4.dts13 subnode@1 {
27 subnode@2 {
H A Dtest_tree1_wrong9.dts14 subnode@1 {
28 subnode@2 {
H A Dtest_tree1_wrong6.dts13 subnode@1 {
28 subnode@2 {
H A Dtest_tree1_wrong7.dts13 subnode@1 {
27 subnode@2 {
H A Dtest_tree1_merge_labelled.dts14 subnode@1 {
28 subnode@2 {
H A Dtest_tree1.dts14 subnode@1 {
29 subnode@2 {
H A Dtest_tree1_label_noderef.dts14 subnode@1 {
29 subnode@2 {
H A Dinclude7.dts1 subnode@1 {
H A Daliases.dts13 sub1: subnode@1 {
H A Dinclude1.dts16 subnode@2 {
H A Dtype-preservation.dts7 sub1: subnode@1 {
/netbsd-src/external/gpl2/dtc/dist/
H A Ddtc-parser.y82 %type <node> subnode
542 | subnode subnodes
546 | subnode propdef
553 subnode:
562 | DT_OMIT_NO_REF subnode
566 | DT_LABEL subnode
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28-var2.dts38 * subnode as it is PHY for this port. On this module this PHY
40 * Therefore, delete the mdio subnode as well as the phy-handle
/netbsd-src/external/mpl/bind/dist/doc/misc/
H A Dcheckgrammar.py129 for key, subnode in sorted(node["_mapbody"].items(), key=sortkey):
130 if not subnode.get("_ignore_this_level"):
/netbsd-src/sys/external/bsd/libfdt/dist/
H A Dfdt_overlay.c562 int subnode; in overlay_apply_node() local
582 fdt_for_each_subnode(subnode, fdto, node) { in overlay_apply_node()
583 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node()
597 ret = overlay_apply_node(fdt, nnode, fdto, subnode); in overlay_apply_node()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-build.cc2365 ira_loop_tree_node_t subnode; in remove_uneccesary_loop_nodes_from_loop_tree() local
2371 for (subnode = node->children; subnode != NULL; subnode = subnode->next) in remove_uneccesary_loop_nodes_from_loop_tree()
2372 if (subnode->bb == NULL) in remove_uneccesary_loop_nodes_from_loop_tree()
2373 remove_uneccesary_loop_nodes_from_loop_tree (subnode); in remove_uneccesary_loop_nodes_from_loop_tree()
2375 children_vec.safe_push (subnode); in remove_uneccesary_loop_nodes_from_loop_tree()
2384 subnode = children_vec.pop (); in remove_uneccesary_loop_nodes_from_loop_tree()
2385 subnode->parent = node; in remove_uneccesary_loop_nodes_from_loop_tree()
2386 subnode->next = node->children; in remove_uneccesary_loop_nodes_from_loop_tree()
2387 node->children = subnode; in remove_uneccesary_loop_nodes_from_loop_tree()
2388 if (subnode->bb == NULL) in remove_uneccesary_loop_nodes_from_loop_tree()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-build.c2316 ira_loop_tree_node_t subnode; in remove_uneccesary_loop_nodes_from_loop_tree() local
2322 for (subnode = node->children; subnode != NULL; subnode = subnode->next) in remove_uneccesary_loop_nodes_from_loop_tree()
2323 if (subnode->bb == NULL) in remove_uneccesary_loop_nodes_from_loop_tree()
2324 remove_uneccesary_loop_nodes_from_loop_tree (subnode); in remove_uneccesary_loop_nodes_from_loop_tree()
2326 children_vec.safe_push (subnode); in remove_uneccesary_loop_nodes_from_loop_tree()
2335 subnode = children_vec.pop (); in remove_uneccesary_loop_nodes_from_loop_tree()
2336 subnode->parent = node; in remove_uneccesary_loop_nodes_from_loop_tree()
2337 subnode->next = node->children; in remove_uneccesary_loop_nodes_from_loop_tree()
2338 node->children = subnode; in remove_uneccesary_loop_nodes_from_loop_tree()
2339 if (subnode->bb == NULL) in remove_uneccesary_loop_nodes_from_loop_tree()
[all …]

12