Lines Matching refs:subsubnode2_offset
22 int subnode1_offset, subnode2_offset, subsubnode2_offset; in main() local
40 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main()
41 if (subsubnode2_offset < 0) in main()
43 fdt_strerror(subsubnode2_offset)); in main()
44 check_getprop_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2); in main()
62 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main()
63 if (subsubnode2_offset < 0) in main()
65 fdt_strerror(subsubnode2_offset)); in main()
66 check_getprop_cell(fdt, subsubnode2_offset, "prop-int", TEST_VALUE_2); in main()
84 subsubnode2_offset = fdt_path_offset(fdt, "/subnode@2/subsubnode"); in main()
85 if (subsubnode2_offset != -FDT_ERR_NOTFOUND) in main()
87 fdt_strerror(subsubnode2_offset), in main()