Lines Matching refs:outfile
37 output_image(FILE *outfile, const char *filename, boot_volume_descriptor *bvd __unused) in output_image() argument
40 fprintf(outfile, "Image in %s\n", filename); in output_image()
44 output_section(FILE *outfile, const char *filename __unused, in output_section() argument
48 fprintf(outfile, "\nSection header: %s", in output_section()
52 fprintf(outfile, ", final\n"); in output_section()
54 fprintf(outfile, "\n"); in output_section()
58 output_entry(FILE *outfile, const char *filename __unused, in output_entry() argument
73 fprintf(outfile, "Default entry\n"); in output_entry()
76 fprintf(outfile, "\tSection entry\n"); in output_entry()
80 fprintf(outfile, "%sSystem %s\n", indent, in output_entry()
82 fprintf(outfile, "%sStart LBA %d (0x%x), sector count %d (0x%x)\n", in output_entry()
85 fprintf(outfile, "%sMedia type: %s\n", indent, in output_entry()