Searched refs:check_path_offset (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | path_offset.c | 46 static void check_path_offset(void *fdt, char *path, int offset) in check_path_offset() function 90 check_path_offset(fdt, "/", 0); in main() 95 check_path_offset(fdt, "/subnode@1", subnode1_offset); in main() 96 check_path_offset(fdt, "/subnode@2", subnode2_offset); in main() 102 check_path_offset(fdt, "/subnode@1/subsubnode", subsubnode1_offset); in main() 103 check_path_offset(fdt, "/subnode@2/subsubnode@0", subsubnode2_offset); in main() 104 check_path_offset(fdt, "/subnode@2/subsubnode", subsubnode2_offset2); in main() 107 check_path_offset(fdt, "//", 0); in main() 108 check_path_offset(fdt, "///", 0); in main() 109 check_path_offset(fdt, "//subnode@1", subnode1_offset); in main() [all …]
|