Searched refs:check_path_offset (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl2/dtc/dist/tests/
H A Dpath_offset.c46 static void check_path_offset(void *fdt, char *path, int offset) function
90 check_path_offset(fdt, "/", 0);
95 check_path_offset(fdt, "/subnode@1", subnode1_offset);
96 check_path_offset(fdt, "/subnode@2", subnode2_offset);
102 check_path_offset(fdt, "/subnode@1/subsubnode", subsubnode1_offset);
103 check_path_offset(fdt, "/subnode@2/subsubnode@0", subsubnode2_offset);
104 check_path_offset(fdt, "/subnode@2/subsubnode", subsubnode2_offset2);
107 check_path_offset(fdt, "//", 0);
108 check_path_offset(fdt, "///", 0);
109 check_path_offset(fd
[all...]

Completed in 138 milliseconds