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

/external/dtc/tests/
H A Dpath_offset.c57 static void check_path_offset(void *fdt, char *path, int offset) function
101 check_path_offset(fdt, "/", 0);
106 check_path_offset(fdt, "/subnode@1", subnode1_offset);
107 check_path_offset(fdt, "/subnode@2", subnode2_offset);
113 check_path_offset(fdt, "/subnode@1/subsubnode", subsubnode1_offset);
114 check_path_offset(fdt, "/subnode@2/subsubnode@0", subsubnode2_offset);
115 check_path_offset(fdt, "/subnode@2/subsubnode", subsubnode2_offset2);
118 check_path_offset(fdt, "//", 0);
119 check_path_offset(fdt, "///", 0);
120 check_path_offset(fd
[all...]

Completed in 158 milliseconds