Lines Matching refs:subsubnode2_offset
22 int subnode1_offset, subnode2_offset, subsubnode2_offset; in main() local
45 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main()
46 if (subsubnode2_offset < 0) in main()
48 fdt_strerror(subsubnode2_offset)); in main()
49 check_getprop_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2); in main()
67 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main()
68 if (subsubnode2_offset < 0) in main()
70 fdt_strerror(subsubnode2_offset)); in main()
71 check_getprop_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2); in main()
89 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main()
90 if (subsubnode2_offset != -FDT_ERR_NOTFOUND) in main()
92 fdt_strerror(subsubnode2_offset), in main()