/linux-4.1.27/Documentation/dvb/ |
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 …]
|
/linux-4.1.27/arch/x86/vdso/ |
D | vdso2c.h | 9 FILE *outfile, const char *name) in BITSFUNC() 131 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC() 137 fprintf(outfile, "/* AUTOMATICALLY GENERATED -- DO NOT EDIT */\n\n"); in BITSFUNC() 138 fprintf(outfile, "#include <linux/linkage.h>\n"); in BITSFUNC() 139 fprintf(outfile, "#include <asm/page_types.h>\n"); in BITSFUNC() 140 fprintf(outfile, "#include <asm/vdso.h>\n"); in BITSFUNC() 141 fprintf(outfile, "\n"); in BITSFUNC() 142 fprintf(outfile, in BITSFUNC() 147 fprintf(outfile, "\n\t"); in BITSFUNC() 148 fprintf(outfile, "0x%02X, ", in BITSFUNC() [all …]
|
D | vdso2c.c | 170 FILE *outfile, const char *name) in go() argument 176 outfile, name); in go() 179 outfile, name); in go() 209 FILE *outfile; in main() local 242 outfile = fopen(outfilename, "w"); in main() 243 if (!outfile) in main() 246 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main() 250 fclose(outfile); in main()
|
/linux-4.1.27/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-4.1.27/arch/mips/boot/ |
D | elf2ecoff.c | 276 int infile, outfile; in main() local 505 if ((outfile = open(argv[2], O_WRONLY | O_CREAT, 0777)) < 0) { in main() 514 i = write(outfile, &efh, sizeof efh); in main() 530 i = write(outfile, &eah, sizeof eah); in main() 539 i = write(outfile, &esecs, nosecs * sizeof(struct scnhdr)); in main() 549 i = write(outfile, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0", pad); in main() 582 write(outfile, obuf, in main() 597 copy(outfile, infile, ph[i].p_offset, in main() 611 if (write(outfile, obuf, sizeof(obuf)) != sizeof(obuf)) { in main()
|
/linux-4.1.27/tools/perf/util/ |
D | trace-event-scripting.c | 70 const char *outfile in python_generate_script_unsupported() 135 const char *outfile __maybe_unused) in perl_generate_script_unsupported()
|
D | trace-event.h | 76 int (*generate_script) (struct pevent *pevent, const char *outfile);
|
/linux-4.1.27/Documentation/video4linux/ |
D | extract_xc3028.pl | 148 my $outfile = shift; 157 open OUTFILE, ">$outfile"; 914 my $outfile = shift; 923 open OUTFILE, ">$outfile";
|
/linux-4.1.27/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 444 static int perl_generate_script(struct pevent *pevent, const char *outfile) in perl_generate_script() argument 452 sprintf(fname, "%s.pl", outfile); in perl_generate_script()
|
D | trace-event-python.c | 1035 static int python_generate_script(struct pevent *pevent, const char *outfile) in python_generate_script() argument 1043 sprintf(fname, "%s.py", outfile); in python_generate_script()
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/ |
D | Makefile | 130 $(RDES2C) -base 0xb0000000 -asm -outfile $@ $^
|
/linux-4.1.27/fs/jffs2/ |
D | wbuf.c | 879 goto outfile; in jffs2_flash_writev() 918 outfile: in jffs2_flash_writev()
|
/linux-4.1.27/scripts/ |
D | analyze_suspend.py | 230 outfile = '' variable in Data 2124 html += tdlink.format(data.outfile) 3365 data.outfile = link
|
/linux-4.1.27/tools/perf/ |
D | builtin-script.c | 510 const char *outfile __maybe_unused) in default_generate_script()
|