outfile 81 arch/arm/vdso/vdsomunge.c static const char *outfile; outfile 97 arch/arm/vdso/vdsomunge.c if (failed && outfile != NULL) outfile 98 arch/arm/vdso/vdsomunge.c unlink(outfile); outfile 136 arch/arm/vdso/vdsomunge.c outfile = argv[2]; outfile 179 arch/arm/vdso/vdsomunge.c outfd = open(outfile, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); outfile 181 arch/arm/vdso/vdsomunge.c fail("Cannot open %s: %s\n", outfile, strerror(errno)); outfile 184 arch/arm/vdso/vdsomunge.c fail("Cannot truncate %s: %s\n", outfile, strerror(errno)); outfile 189 arch/arm/vdso/vdsomunge.c fail("Failed to map %s: %s\n", outfile, strerror(errno)); outfile 204 arch/arm/vdso/vdsomunge.c fail("Failed to sync %s: %s\n", outfile, strerror(errno)); outfile 278 arch/mips/boot/elf2ecoff.c int infile, outfile; outfile 507 arch/mips/boot/elf2ecoff.c if ((outfile = open(argv[2], O_WRONLY | O_CREAT, 0777)) < 0) { outfile 516 arch/mips/boot/elf2ecoff.c i = write(outfile, &efh, sizeof efh); outfile 532 arch/mips/boot/elf2ecoff.c i = write(outfile, &eah, sizeof eah); outfile 541 arch/mips/boot/elf2ecoff.c i = write(outfile, &esecs, nosecs * sizeof(struct scnhdr)); outfile 551 arch/mips/boot/elf2ecoff.c i = write(outfile, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0", pad); outfile 583 arch/mips/boot/elf2ecoff.c write(outfile, obuf, outfile 598 arch/mips/boot/elf2ecoff.c copy(outfile, infile, ph[i].p_offset, outfile 612 arch/mips/boot/elf2ecoff.c if (write(outfile, obuf, sizeof(obuf)) != sizeof(obuf)) { outfile 144 arch/sparc/vdso/vdso2c.c FILE *outfile, const char *name) outfile 150 arch/sparc/vdso/vdso2c.c outfile, name); outfile 153 arch/sparc/vdso/vdso2c.c outfile, name); outfile 184 arch/sparc/vdso/vdso2c.c FILE *outfile; outfile 217 arch/sparc/vdso/vdso2c.c outfile = fopen(outfilename, "w"); outfile 218 arch/sparc/vdso/vdso2c.c if (!outfile) outfile 221 arch/sparc/vdso/vdso2c.c go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); outfile 225 arch/sparc/vdso/vdso2c.c fclose(outfile); outfile 13 arch/sparc/vdso/vdso2c.h FILE *outfile, const char *name) outfile 112 arch/sparc/vdso/vdso2c.h fwrite(stripped_addr, stripped_len, 1, outfile); outfile 118 arch/sparc/vdso/vdso2c.h fprintf(outfile, "/* AUTOMATICALLY GENERATED -- DO NOT EDIT */\n\n"); outfile 119 arch/sparc/vdso/vdso2c.h fprintf(outfile, "#include <linux/cache.h>\n"); outfile 120 arch/sparc/vdso/vdso2c.h fprintf(outfile, "#include <asm/vdso.h>\n"); outfile 121 arch/sparc/vdso/vdso2c.h fprintf(outfile, "\n"); outfile 122 arch/sparc/vdso/vdso2c.h fprintf(outfile, outfile 127 arch/sparc/vdso/vdso2c.h fprintf(outfile, "\n\t"); outfile 128 arch/sparc/vdso/vdso2c.h fprintf(outfile, "0x%02X, ", outfile 131 arch/sparc/vdso/vdso2c.h fprintf(outfile, "\n};\n\n"); outfile 133 arch/sparc/vdso/vdso2c.h fprintf(outfile, "const struct vdso_image %s_builtin = {\n", name); outfile 134 arch/sparc/vdso/vdso2c.h fprintf(outfile, "\t.data = raw_data,\n"); outfile 135 arch/sparc/vdso/vdso2c.h fprintf(outfile, "\t.size = %lu,\n", mapping_size); outfile 138 arch/sparc/vdso/vdso2c.h fprintf(outfile, "\t.sym_%s = %" PRIi64 ",\n", outfile 141 arch/sparc/vdso/vdso2c.h fprintf(outfile, "};\n"); outfile 166 arch/x86/entry/vdso/vdso2c.c FILE *outfile, const char *name) outfile 172 arch/x86/entry/vdso/vdso2c.c outfile, name); outfile 175 arch/x86/entry/vdso/vdso2c.c outfile, name); outfile 205 arch/x86/entry/vdso/vdso2c.c FILE *outfile; outfile 238 arch/x86/entry/vdso/vdso2c.c outfile = fopen(outfilename, "w"); outfile 239 arch/x86/entry/vdso/vdso2c.c if (!outfile) outfile 242 arch/x86/entry/vdso/vdso2c.c go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); outfile 246 arch/x86/entry/vdso/vdso2c.c fclose(outfile); outfile 10 arch/x86/entry/vdso/vdso2c.h FILE *outfile, const char *image_name) outfile 139 arch/x86/entry/vdso/vdso2c.h fwrite(stripped_addr, stripped_len, 1, outfile); outfile 145 arch/x86/entry/vdso/vdso2c.h fprintf(outfile, "/* AUTOMATICALLY GENERATED -- DO NOT EDIT */\n\n"); outfile 146 arch/x86/entry/vdso/vdso2c.h fprintf(outfile, "#include <linux/linkage.h>\n"); outfile 147 arch/x86/entry/vdso/vdso2c.h fprintf(outfile, "#include <asm/page_types.h>\n"); outfile 148 arch/x86/entry/vdso/vdso2c.h fprintf(outfile, "#include <asm/vdso.h>\n"); outfile 149 arch/x86/entry/vdso/vdso2c.h fprintf(outfile, "\n"); outfile 150 arch/x86/entry/vdso/vdso2c.h fprintf(outfile, outfile 155 arch/x86/entry/vdso/vdso2c.h fprintf(outfile, "\n\t"); outfile 156 arch/x86/entry/vdso/vdso2c.h fprintf(outfile, "0x%02X, ", outfile 159 arch/x86/entry/vdso/vdso2c.h fprintf(outfile, "\n};\n\n"); outfile 161 arch/x86/entry/vdso/vdso2c.h fprintf(outfile, "const struct vdso_image %s = {\n", image_name); outfile 162 arch/x86/entry/vdso/vdso2c.h fprintf(outfile, "\t.data = raw_data,\n"); outfile 163 arch/x86/entry/vdso/vdso2c.h fprintf(outfile, "\t.size = %lu,\n", mapping_size); outfile 165 arch/x86/entry/vdso/vdso2c.h fprintf(outfile, "\t.alt = %lu,\n", outfile 167 arch/x86/entry/vdso/vdso2c.h fprintf(outfile, "\t.alt_len = %lu,\n", outfile 172 arch/x86/entry/vdso/vdso2c.h fprintf(outfile, "\t.sym_%s = %" PRIi64 ",\n", outfile 175 arch/x86/entry/vdso/vdso2c.h fprintf(outfile, "};\n"); outfile 879 fs/jffs2/wbuf.c goto outfile; outfile 918 fs/jffs2/wbuf.c outfile: outfile 540 tools/perf/util/scripting-engines/trace-event-perl.c static int perl_generate_script(struct tep_handle *pevent, const char *outfile) outfile 549 tools/perf/util/scripting-engines/trace-event-perl.c sprintf(fname, "%s.pl", outfile); outfile 1688 tools/perf/util/scripting-engines/trace-event-python.c static int python_generate_script(struct tep_handle *pevent, const char *outfile) outfile 1697 tools/perf/util/scripting-engines/trace-event-python.c sprintf(fname, "%s.py", outfile); outfile 56 tools/perf/util/trace-event-scripting.c const char *outfile outfile 120 tools/perf/util/trace-event-scripting.c const char *outfile __maybe_unused) outfile 87 tools/perf/util/trace-event.h int (*generate_script) (struct tep_handle *pevent, const char *outfile);