Lines Matching refs:fprintf
47 fprintf(stderr, "Read FDT data error.\n"); in read_fdt_from_image()
63 fprintf(stderr, "Can not create file: %s\n", filename); in write_fdt_to_file()
69 fprintf(stderr, "Write FDT data error.\n"); in write_fdt_to_file()
92 fprintf(out_fp, "%+20s = %d\n", name, fdt32_to_cpu(value)); in output_prop_int()
96 fprintf(out_fp, "%+20s = %d\n", name, value); in output_prop_int_cpu()
100 fprintf(out_fp, "%+20s = %08x\n", name, fdt32_to_cpu(value)); in output_prop_hex()
104 fprintf(out_fp, "%+20s = %s\n", name, value); in output_prop_str()
108 fprintf(out_fp, "dt_table_header:\n"); in output_table_header()
120 fprintf(out_fp, "dt_table_entry[%d]:\n", index); in output_table_entry()
139 fprintf(stderr, "Can not get the root node.\n"); in output_fdt_info()
162 fprintf(stderr, "Read error.\n"); in dump_image_from_fp()
183 fprintf(stderr, "Read dt_table_entry error.\n"); in dump_image_from_fp()
217 fprintf(stderr, "Can not open image file: %s\n", params->img_filename); in process_command_dump()
224 fprintf(stderr, "Can not create file: %s\n", params->out_filename); in process_command_dump()
239 fprintf(out_fp, " %s dump <image_file> (<option>...)\n\n", prog_name); in handle_usage_dump()
240 fprintf(out_fp, in handle_usage_dump()