Home
last modified time | relevance | path

Searched refs:FDT_ERR_NOSPACE (Results 1 – 11 of 11) sorted by relevance

/linux/scripts/dtc/libfdt/
H A Dfdt_sw.c116 return -FDT_ERR_NOSPACE; in fdt_create_with_flags()
156 return -FDT_ERR_NOSPACE; in fdt_resize()
166 return -FDT_ERR_NOSPACE; in fdt_resize()
197 return -FDT_ERR_NOSPACE; in fdt_add_reservemap_entry()
229 return -FDT_ERR_NOSPACE; in fdt_begin_node()
244 return -FDT_ERR_NOSPACE; in fdt_end_node()
309 return -FDT_ERR_NOSPACE; in fdt_property_placeholder()
315 return -FDT_ERR_NOSPACE; in fdt_property_placeholder()
350 return -FDT_ERR_NOSPACE; in fdt_finish()
H A Dfdt_wip.c27 return -FDT_ERR_NOSPACE; in fdt_setprop_inplace_namelen_partial()
44 return -FDT_ERR_NOSPACE; in fdt_setprop_inplace()
H A Dfdt_strerror.c24 FDT_ERRTABENT(FDT_ERR_NOSPACE),
H A Dfdt.c330 return -FDT_ERR_NOSPACE; in fdt_move()
335 return -FDT_ERR_NOSPACE; in fdt_move()
H A Dfdt_rw.c65 return -FDT_ERR_NOSPACE; in fdt_splice_()
462 return -FDT_ERR_NOSPACE; in fdt_open_into()
471 return -FDT_ERR_NOSPACE; in fdt_open_into()
H A Dfdt_ro.c551 return -FDT_ERR_NOSPACE; in fdt_get_path()
577 return -FDT_ERR_NOSPACE; in fdt_get_path()
H A Dfdt_overlay.c262 if (ret == -FDT_ERR_NOSPACE) in overlay_update_local_node_references()
H A Dlibfdt.h26 #define FDT_ERR_NOSPACE 3 macro
/linux/scripts/dtc/
H A Dfdtoverlay.c71 if (ret == -FDT_ERR_NOSPACE) { in apply_one()
74 } while (ret == -FDT_ERR_NOSPACE); in apply_one()
/linux/arch/powerpc/boot/
H A Dlibfdt-wrapper.c86 if (rc == -FDT_ERR_NOSPACE) { in fdt_wrapper_setprop()
109 if (offset == -FDT_ERR_NOSPACE) { in fdt_wrapper_create_node()
/linux/drivers/firmware/efi/libstub/
H A Dfdt.c141 if (status == -FDT_ERR_NOSPACE) in update_fdt()