Searched refs:subnode (Results 1 – 25 of 38) sorted by relevance
12
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | test_tree1_delete.dts | 8 nonexistant-subnode { 16 subnode@1 { 25 /delete-node/ nonexistant-subnode; 27 subnode@1 { 43 subnode@1 { 49 subnode@1 {
|
H A D | test_tree1_merge.dts | 12 subnode@1 { 25 subnode@2 { 40 subnode@1 { 43 subnode@2 {
|
H A D | test_tree1_merge_path.dts | 14 subnode@1 { 28 subnode@2 { 46 &{/subnode@2/subsubnode@0} {
|
H A D | test_tree1_wrong2.dts | 12 subnode@1 { 26 subnode@2 {
|
H A D | test_tree1_wrong1.dts | 12 subnode@1 { 26 subnode@2 {
|
H A D | test_tree1_wrong3.dts | 13 subnode@1 { 26 subnode@2 {
|
H A D | test_tree1_wrong8.dts | 13 subnode@1 { 27 subnode@2 {
|
H A D | test_tree1_wrong5.dts | 13 subnode@1 { 27 subnode@2 {
|
H A D | test_tree1_wrong4.dts | 13 subnode@1 { 27 subnode@2 {
|
H A D | test_tree1_wrong9.dts | 14 subnode@1 { 28 subnode@2 {
|
H A D | test_tree1_wrong6.dts | 13 subnode@1 { 28 subnode@2 {
|
H A D | test_tree1_wrong7.dts | 13 subnode@1 { 27 subnode@2 {
|
H A D | test_tree1_merge_labelled.dts | 14 subnode@1 { 28 subnode@2 {
|
H A D | test_tree1.dts | 14 subnode@1 { 29 subnode@2 {
|
H A D | test_tree1_label_noderef.dts | 14 subnode@1 { 29 subnode@2 {
|
H A D | include7.dts | 1 subnode@1 {
|
H A D | aliases.dts | 13 sub1: subnode@1 {
|
H A D | include1.dts | 16 subnode@2 {
|
H A D | type-preservation.dts | 7 sub1: subnode@1 {
|
/netbsd-src/external/gpl2/dtc/dist/ |
H A D | dtc-parser.y | 82 %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 D | fsl-ls1028a-kontron-sl28-var2.dts | 38 * 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 D | checkgrammar.py | 129 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 D | fdt_overlay.c | 562 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 D | ira-build.cc | 2365 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 D | ira-build.c | 2316 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