Searched refs:coffset1 (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/gpl2/dtc/dist/tests/ |
| H A D | dtbs_equal_unordered.c | 146 int coffset1, coffset2, depth; in compare_subnodes() local 148 for (depth = 0, coffset1 = offset1; in compare_subnodes() 149 (coffset1 >= 0) && (depth >= 0); in compare_subnodes() 150 coffset1 = fdt_next_node(fdt1, coffset1, &depth)) in compare_subnodes() 152 const char *name = fdt_get_name(fdt1, coffset1, NULL); in compare_subnodes() 163 compare_node(fdt1, coffset1, fdt2, coffset2); in compare_subnodes()
|