/kernel/linux/linux-5.10/scripts/dtc/libfdt/ |
H A D | fdt_sw.c | 116 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 D | fdt_wip.c | 27 return -FDT_ERR_NOSPACE; in fdt_setprop_inplace_namelen_partial() 44 return -FDT_ERR_NOSPACE; in fdt_setprop_inplace()
|
H A D | fdt_strerror.c | 24 FDT_ERRTABENT(FDT_ERR_NOSPACE),
|
H A D | fdt.c | 318 return -FDT_ERR_NOSPACE; in fdt_move() 323 return -FDT_ERR_NOSPACE; in fdt_move()
|
H A D | fdt_rw.c | 65 return -FDT_ERR_NOSPACE; in fdt_splice_() 456 return -FDT_ERR_NOSPACE; in fdt_open_into() 465 return -FDT_ERR_NOSPACE; in fdt_open_into()
|
H A D | fdt_ro.c | 551 return -FDT_ERR_NOSPACE; in fdt_get_path() 577 return -FDT_ERR_NOSPACE; in fdt_get_path()
|
H A D | fdt_overlay.c | 277 if (ret == -FDT_ERR_NOSPACE) in overlay_update_local_node_references()
|
H A D | libfdt.h | 25 #define FDT_ERR_NOSPACE 3 macro 26 /* FDT_ERR_NOSPACE: Operation needed to expand the device 313 * -FDT_ERR_NOSPACE, bufsize is insufficient to contain the device tree 857 * -FDT_ERR_NOSPACE, the path of the given node is longer than (bufsize-1) 1247 * -FDT_ERR_NOSPACE, if len is not equal to the property's current length 1280 * -FDT_ERR_NOSPACE, if the property's length is not equal to 4 1315 * -FDT_ERR_NOSPACE, if the property's length is not equal to 8 1417 * -FDT_ERR_NOSPACE, bufsize is insufficient for a minimal fdt 1431 * -FDT_ERR_NOSPACE, bufsize is insufficient for a minimal fdt 1469 * -FDT_ERR_NOSPACE, standar [all...] |
/kernel/linux/linux-6.6/scripts/dtc/libfdt/ |
H A D | fdt_sw.c | 116 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 D | fdt_wip.c | 27 return -FDT_ERR_NOSPACE; in fdt_setprop_inplace_namelen_partial() 44 return -FDT_ERR_NOSPACE; in fdt_setprop_inplace()
|
H A D | fdt_strerror.c | 24 FDT_ERRTABENT(FDT_ERR_NOSPACE),
|
H A D | fdt.c | 330 return -FDT_ERR_NOSPACE; in fdt_move() 335 return -FDT_ERR_NOSPACE; in fdt_move()
|
H A D | fdt_rw.c | 65 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 D | fdt_ro.c | 551 return -FDT_ERR_NOSPACE; in fdt_get_path() 577 return -FDT_ERR_NOSPACE; in fdt_get_path()
|
H A D | libfdt.h | 26 #define FDT_ERR_NOSPACE 3 macro 27 /* FDT_ERR_NOSPACE: Operation needed to expand the device 326 * -FDT_ERR_NOSPACE, bufsize is insufficient to contain the device tree 890 * -FDT_ERR_NOSPACE, the path of the given node is longer than (bufsize-1) 1282 * -FDT_ERR_NOSPACE, if len is not equal to the property's current length 1315 * -FDT_ERR_NOSPACE, if the property's length is not equal to 4 1350 * -FDT_ERR_NOSPACE, if the property's length is not equal to 8 1457 * -FDT_ERR_NOSPACE, bufsize is insufficient for a minimal fdt 1471 * -FDT_ERR_NOSPACE, bufsize is insufficient for a minimal fdt 1509 * -FDT_ERR_NOSPACE, standar [all...] |
H A D | fdt_overlay.c | 262 if (ret == -FDT_ERR_NOSPACE) in overlay_update_local_node_references()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | libfdt-wrapper.c | 86 if (rc == -FDT_ERR_NOSPACE) { in fdt_wrapper_setprop() 109 if (offset == -FDT_ERR_NOSPACE) { in fdt_wrapper_create_node()
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | libfdt-wrapper.c | 86 if (rc == -FDT_ERR_NOSPACE) { in fdt_wrapper_setprop() 109 if (offset == -FDT_ERR_NOSPACE) { in fdt_wrapper_create_node()
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | fdtoverlay.c | 71 if (ret == -FDT_ERR_NOSPACE) { in apply_one() 74 } while (ret == -FDT_ERR_NOSPACE); in apply_one()
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | machine_kexec_file.c | 79 return (ret == -FDT_ERR_NOSPACE ? -ENOMEM : -EINVAL); in setup_dtb() 87 return (ret == -FDT_ERR_NOSPACE ? -ENOMEM : -EINVAL); in setup_dtb() 154 return (ret == -FDT_ERR_NOSPACE) ? -ENOMEM : -EINVAL; in setup_dtb()
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | fdt.c | 141 if (status == -FDT_ERR_NOSPACE) in update_fdt()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | fdt.c | 141 if (status == -FDT_ERR_NOSPACE) in update_fdt()
|