Lines Matching refs:subsubnode2_offset
24 int subnode1_offset, subnode2_offset, subsubnode2_offset; in main() local
42 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main()
43 if (subsubnode2_offset < 0) in main()
45 fdt_strerror(subsubnode2_offset)); in main()
46 check_getprop_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2); in main()
64 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main()
65 if (subsubnode2_offset < 0) in main()
67 fdt_strerror(subsubnode2_offset)); in main()
68 check_getprop_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2); in main()
86 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main()
87 if (subsubnode2_offset != -FDT_ERR_NOTFOUND) in main()
89 fdt_strerror(subsubnode2_offset), in main()