Searched refs:fdt_strerror (Results 1 – 8 of 8) sorted by relevance
25 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()
131 libfdt := fdt.c fdt_ro.c fdt_wip.c fdt_sw.c fdt_rw.c fdt_strerror.c
476 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()
46 const char *fdt_strerror(int errval) in fdt_strerror() function
14 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…
39 fprintf(stderr, "Error at '%s': %s\n", where, fdt_strerror(err)); in report_error()
44 fdt_strerror(err)); in report_error()
262 libfdt_files = fdt.o fdt_ro.o fdt_wip.o fdt_rw.o fdt_sw.o fdt_strerror.o \