Lines Matching full:subnode
33 subnode1_offset = fdt_path_offset(fdt, "/subnode@1"); in main()
35 FAIL("Couldn't find \"/subnode@1\": %s", in main()
39 subnode2_offset = fdt_path_offset(fdt, "/subnode@2"); in main()
41 FAIL("Couldn't find \"/subnode@2\": %s", in main()
45 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main()
47 FAIL("Couldn't find \"/subnode@2/subsubnode\": %s", in main()
55 subnode1_offset = fdt_path_offset(fdt, "/subnode@1"); in main()
61 subnode2_offset = fdt_path_offset(fdt, "/subnode@2"); in main()
67 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main()
69 FAIL("Couldn't find \"/subnode@2/subsubnode\": %s", in main()
77 subnode1_offset = fdt_path_offset(fdt, "/subnode@1"); in main()
83 subnode2_offset = fdt_path_offset(fdt, "/subnode@2"); in main()
89 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main()