Lines Matching refs:FDT_ERR_NOTFOUND
73 if (ret < 0 && path_len == -FDT_ERR_NOTFOUND) in fdt_overlay_target_offset()
148 if (ret && ret != -FDT_ERR_NOTFOUND) in overlay_adjust_node_phandles()
152 if (ret && ret != -FDT_ERR_NOTFOUND) in overlay_adjust_node_phandles()
233 if (tree_len == -FDT_ERR_NOTFOUND) in overlay_update_local_node_references()
277 if (tree_child == -FDT_ERR_NOTFOUND) in overlay_update_local_node_references()
317 if (fixups == -FDT_ERR_NOTFOUND) in overlay_update_local_references()
379 return -FDT_ERR_NOTFOUND; in overlay_fixup_one_phandle()
382 if (fixup_off == -FDT_ERR_NOTFOUND) in overlay_fixup_one_phandle()
423 if (len == -FDT_ERR_NOTFOUND) in overlay_fixup_phandle()
502 if (fixups_off == -FDT_ERR_NOTFOUND) in overlay_fixup_phandles()
509 if ((symbols_off < 0 && (symbols_off != -FDT_ERR_NOTFOUND))) in overlay_fixup_phandles()
556 if (prop_len == -FDT_ERR_NOTFOUND) in overlay_apply_node()
574 if (nnode == -FDT_ERR_NOTFOUND) in overlay_apply_node()
618 if (overlay == -FDT_ERR_NOTFOUND) in overlay_merge()
702 if (root_sym == -FDT_ERR_NOTFOUND) in overlay_symbol_update()