Searched refs:subsubnode2_offset2 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | path_offset.c | 85 int subsubnode1_offset, subsubnode2_offset, subsubnode2_offset2; in main() local 100 subsubnode2_offset2 = check_subnode(fdt, subnode2_offset, "subsubnode"); in main() 104 check_path_offset(fdt, "/subnode@2/subsubnode", subsubnode2_offset2); in main() 112 check_path_offset(fdt, "/subnode@2////subsubnode", subsubnode2_offset2); in main() 120 check_path_offset_namelen(fdt, "/subnode@2/subsubnode@0/more", 23, subsubnode2_offset2); in main() 122 check_path_offset_namelen(fdt, "/subnode@2/subsubnode@0/more", 24, subsubnode2_offset2); in main()
|
H A D | subnode_offset.c | 50 int subsubnode1_offset, subsubnode2_offset, subsubnode2_offset2; in main() local 67 subsubnode2_offset2 = check_subnode(fdt, subnode2_offset, "subsubnode"); in main() 71 check_property_cell(fdt, subsubnode2_offset2, "prop-int", TEST_VALUE_2); in main() 73 if (subsubnode2_offset != subsubnode2_offset2) in main()
|