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

/external/dtc/tests/
H A Dpath_offset.c72 static void check_path_offset_namelen(void *fdt, char *path, int namelen, function
126 check_path_offset_namelen(fdt, "/subnode@1", 1, 0);
127 check_path_offset_namelen(fdt, "/subnode@1/subsubnode", 10, subnode1_offset);
128 check_path_offset_namelen(fdt, "/subnode@1/subsubnode", 11, subnode1_offset);
129 check_path_offset_namelen(fdt, "/subnode@2TRAILINGGARBAGE", 10, subnode2_offset);
130 check_path_offset_namelen(fdt, "/subnode@2TRAILINGGARBAGE", 11, -FDT_ERR_NOTFOUND);
131 check_path_offset_namelen(fdt, "/subnode@2/subsubnode@0/more", 23, subsubnode2_offset2);
132 check_path_offset_namelen(fdt, "/subnode@2/subsubnode@0/more", 22, -FDT_ERR_NOTFOUND);
133 check_path_offset_namelen(fdt, "/subnode@2/subsubnode@0/more", 24, subsubnode2_offset2);
134 check_path_offset_namelen(fd
[all...]

Completed in 26 milliseconds