/Linux-v4.19/scripts/ |
D | get_dvb_firmware | 41 $outfile = eval($cid); 44 Firmware(s) $outfile extracted successfully. 66 my $outfile = "dvb-fe-sp8870.fw"; 74 copy("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $outfile); 76 $outfile; 84 my $outfile = "dvb-fe-sp887x.fw"; 94 copy("$tmpdir/ZEnglish/sc_main.mc", $outfile); 96 $outfile; 103 my $outfile = "dvb-fe-tda10045.fw"; 112 copy("$tmpdir/fwtmp", $outfile); [all …]
|
D | stackusage | 4 outfile="" 11 outfile="$2" 20 if [ -z "$outfile" ] 22 outfile=`mktemp --tmpdir stackusage.$$.XXXX` 32 sort -k3,3nr > "${outfile}" 34 echo "$0: output written to ${outfile}"
|
D | extract_xc3028.pl | 148 my $outfile = shift; 157 open OUTFILE, ">$outfile"; 914 my $outfile = shift; 923 open OUTFILE, ">$outfile";
|
/Linux-v4.19/arch/x86/entry/vdso/ |
D | vdso2c.h | 10 FILE *outfile, const char *name) in BITSFUNC() 138 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC() 144 fprintf(outfile, "/* AUTOMATICALLY GENERATED -- DO NOT EDIT */\n\n"); in BITSFUNC() 145 fprintf(outfile, "#include <linux/linkage.h>\n"); in BITSFUNC() 146 fprintf(outfile, "#include <asm/page_types.h>\n"); in BITSFUNC() 147 fprintf(outfile, "#include <asm/vdso.h>\n"); in BITSFUNC() 148 fprintf(outfile, "\n"); in BITSFUNC() 149 fprintf(outfile, in BITSFUNC() 154 fprintf(outfile, "\n\t"); in BITSFUNC() 155 fprintf(outfile, "0x%02X, ", in BITSFUNC() [all …]
|
D | vdso2c.c | 177 FILE *outfile, const char *name) in go() argument 183 outfile, name); in go() 186 outfile, name); in go() 216 FILE *outfile; in main() local 249 outfile = fopen(outfilename, "w"); in main() 250 if (!outfile) in main() 253 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main() 257 fclose(outfile); in main()
|
/Linux-v4.19/arch/sparc/vdso/ |
D | vdso2c.h | 13 FILE *outfile, const char *name) in BITSFUNC() 113 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC() 119 fprintf(outfile, "/* AUTOMATICALLY GENERATED -- DO NOT EDIT */\n\n"); in BITSFUNC() 120 fprintf(outfile, "#include <linux/cache.h>\n"); in BITSFUNC() 121 fprintf(outfile, "#include <asm/vdso.h>\n"); in BITSFUNC() 122 fprintf(outfile, "\n"); in BITSFUNC() 123 fprintf(outfile, in BITSFUNC() 128 fprintf(outfile, "\n\t"); in BITSFUNC() 129 fprintf(outfile, "0x%02X, ", in BITSFUNC() 132 fprintf(outfile, "\n};\n\n"); in BITSFUNC() [all …]
|
D | vdso2c.c | 150 FILE *outfile, const char *name) in go() argument 156 outfile, name); in go() 159 outfile, name); in go() 190 FILE *outfile; in main() local 223 outfile = fopen(outfilename, "w"); in main() 224 if (!outfile) in main() 227 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main() 231 fclose(outfile); in main()
|
/Linux-v4.19/arch/arm/vdso/ |
D | vdsomunge.c | 94 static const char *outfile; variable 110 if (failed && outfile != NULL) in cleanup() 111 unlink(outfile); in cleanup() 149 outfile = argv[2]; in main() 192 outfd = open(outfile, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in main() 194 fail("Cannot open %s: %s\n", outfile, strerror(errno)); in main() 197 fail("Cannot truncate %s: %s\n", outfile, strerror(errno)); in main() 202 fail("Failed to map %s: %s\n", outfile, strerror(errno)); in main() 217 fail("Failed to sync %s: %s\n", outfile, strerror(errno)); in main()
|
/Linux-v4.19/arch/mips/boot/ |
D | elf2ecoff.c | 278 int infile, outfile; in main() local 507 if ((outfile = open(argv[2], O_WRONLY | O_CREAT, 0777)) < 0) { in main() 516 i = write(outfile, &efh, sizeof efh); in main() 532 i = write(outfile, &eah, sizeof eah); in main() 541 i = write(outfile, &esecs, nosecs * sizeof(struct scnhdr)); in main() 551 i = write(outfile, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0", pad); in main() 583 write(outfile, obuf, in main() 598 copy(outfile, infile, ph[i].p_offset, in main() 612 if (write(outfile, obuf, sizeof(obuf)) != sizeof(obuf)) { in main()
|
/Linux-v4.19/tools/perf/util/ |
D | trace-event-scripting.c | 71 const char *outfile in python_generate_script_unsupported() 135 const char *outfile __maybe_unused) in perl_generate_script_unsupported()
|
D | trace-event.h | 86 int (*generate_script) (struct tep_handle *pevent, const char *outfile);
|
/Linux-v4.19/tools/testing/selftests/tc-testing/ |
D | tdc.py | 491 outfile = open(f, "w") 492 json.dump(testlist, outfile, indent=4) 493 outfile.write("\n") 494 outfile.close()
|
/Linux-v4.19/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 538 static int perl_generate_script(struct tep_handle *pevent, const char *outfile) in perl_generate_script() argument 546 sprintf(fname, "%s.pl", outfile); in perl_generate_script()
|
D | trace-event-python.c | 1591 static int python_generate_script(struct tep_handle *pevent, const char *outfile) in python_generate_script() argument 1599 sprintf(fname, "%s.py", outfile); in python_generate_script()
|
/Linux-v4.19/fs/jffs2/ |
D | wbuf.c | 879 goto outfile; in jffs2_flash_writev() 918 outfile: in jffs2_flash_writev()
|
/Linux-v4.19/tools/power/pm-graph/ |
D | sleepgraph.py | 882 outfile = '' variable in Data 5443 outfile = os.path.join(outpath, 'summary.html') 5444 print('Summary file: %s' % outfile) 5445 createHTMLSummarySimple(testruns, outfile, inpath)
|