Searched refs:coffset2 (Results 1 – 1 of 1) sorted by relevance
146 int coffset1, coffset2, depth; in compare_subnodes() local155 coffset2 = fdt_subnode_offset(fdt2, offset2, name); in compare_subnodes()156 if (coffset2 == -FDT_ERR_NOTFOUND) in compare_subnodes()158 else if (coffset2 < 0) in compare_subnodes()160 fdt_strerror(coffset2)); in compare_subnodes()163 compare_node(fdt1, coffset1, fdt2, coffset2); in compare_subnodes()