Home
last modified time | relevance | path

Searched refs:fdt_strerror (Results 1 – 8 of 8) sorted by relevance

/linux/arch/powerpc/boot/
H A Dlibfdt-wrapper.c25 fdt_strerror(err)); \
57 fdt_strerror(rc)); in expand_buf()
152 fdt_strerror(rc)); in fdt_wrapper_finalize()
182 fatal("fdt_init(): %s\n\r", fdt_strerror(err)); in fdt_init()
H A DMakefile131 libfdt := fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c
/linux/arch/powerpc/kexec/
H A Dcore_64.c476 pr_err("Unable to add %s property: %s\n", pp->name, fdt_strerror(ret)); in add_node_props()
504 fdt_strerror(cpus_offset)); in update_cpus_node()
520 pr_err("Failed to delete a cpus sub-node: %s\n", fdt_strerror(ret)); in update_cpus_node()
549 fdt_strerror(cpus_subnode_offset)); in update_cpus_node()
/linux/scripts/dtc/libfdt/
H A Dfdt_strerror.c46 const char *fdt_strerror(int errval) in fdt_strerror() function
/linux/scripts/dtc/
H A DMakefile14 libfdt-objs := fdt.o fdt_ro.o fdt_wip.o fdt_sw.o fdt_rw.o fdt_strerror.o fdt_empty_tree.o fdt_addre…
H A Dfdtget.c39 fprintf(stderr, "Error at '%s': %s\n", where, fdt_strerror(err)); in report_error()
H A Dfdtput.c44 fdt_strerror(err)); in report_error()
/linux/lib/
H A DMakefile262 libfdt_files = fdt.o fdt_ro.o fdt_wip.o fdt_rw.o fdt_sw.o fdt_strerror.o \