Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/libfdt/dist/
H A Dfdt_sw.c114 return -FDT_ERR_NOSPACE; in fdt_create_with_flags()
160 return -FDT_ERR_NOSPACE; in fdt_resize()
191 return -FDT_ERR_NOSPACE; in fdt_add_reservemap_entry()
223 return -FDT_ERR_NOSPACE; in fdt_begin_node()
238 return -FDT_ERR_NOSPACE; in fdt_end_node()
303 return -FDT_ERR_NOSPACE; in fdt_property_placeholder()
309 return -FDT_ERR_NOSPACE; in fdt_property_placeholder()
344 return -FDT_ERR_NOSPACE; in fdt_finish()
H A Dfdt_wip.c29 return -FDT_ERR_NOSPACE; in fdt_setprop_inplace_namelen_partial()
46 return -FDT_ERR_NOSPACE; in fdt_setprop_inplace()
H A Dfdt_strerror.c26 FDT_ERRTABENT(FDT_ERR_NOSPACE),
H A Dfdt_rw.c64 return -FDT_ERR_NOSPACE; in fdt_splice_()
442 return -FDT_ERR_NOSPACE; in fdt_open_into()
451 return -FDT_ERR_NOSPACE; in fdt_open_into()
H A Dfdt.c289 return -FDT_ERR_NOSPACE; in fdt_move()
H A Dfdt_ro.c532 return -FDT_ERR_NOSPACE; in fdt_get_path()
558 return -FDT_ERR_NOSPACE; in fdt_get_path()
H A Dfdt_overlay.c278 if (ret == -FDT_ERR_NOSPACE) in overlay_update_local_node_references()
H A Dlibfdt.h23 #define FDT_ERR_NOSPACE 3 macro
/netbsd/external/gpl2/dtc/dist/
H A Dfdtoverlay.c73 if (ret == -FDT_ERR_NOSPACE) { in apply_one()
76 } while (ret == -FDT_ERR_NOSPACE); in apply_one()
H A Dfdtput.c168 if (err == -FDT_ERR_NOSPACE) { in store_key_value()
/netbsd/external/gpl2/dtc/dist/tests/
H A Drw_oom.c71 if (err != -FDT_ERR_NOSPACE) in main()
H A Dget_path.c38 if (len != -FDT_ERR_NOSPACE) in check_path_buf()
H A Dsw_tree1.c91 if (err == -FDT_ERR_NOSPACE) \
H A Dtestutils.c343 if (err == -FDT_ERR_NOSPACE) { in open_blob_rw()