Searched refs:subsubnode2_offset2 (Results 1 – 2 of 2) sorted by relevance
/external/dtc/tests/ |
D | path_offset.c | 83 int subsubnode1_offset, subsubnode2_offset, subsubnode2_offset2; in main() local 98 subsubnode2_offset2 = check_subnode(fdt, subnode2_offset, "subsubnode"); in main() 102 check_path_offset(fdt, "/subnode@2/subsubnode", subsubnode2_offset2); in main() 110 check_path_offset(fdt, "/subnode@2////subsubnode", subsubnode2_offset2); in main() 118 check_path_offset_namelen(fdt, "/subnode@2/subsubnode@0/more", 23, subsubnode2_offset2); in main() 120 check_path_offset_namelen(fdt, "/subnode@2/subsubnode@0/more", 24, subsubnode2_offset2); in main()
|
D | subnode_offset.c | 48 int subsubnode1_offset, subsubnode2_offset, subsubnode2_offset2; in main() local 65 subsubnode2_offset2 = check_subnode(fdt, subnode2_offset, "subsubnode"); in main() 69 check_property_cell(fdt, subsubnode2_offset2, "prop-int", TEST_VALUE_2); in main() 71 if (subsubnode2_offset != subsubnode2_offset2) in main()
|