Home
last modified time | relevance | path

Searched refs:outfile (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/Documentation/dvb/
Dget_dvb_firmware41 $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.4.14/arch/x86/entry/vdso/
Dvdso2c.h9 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 …]
Dvdso2c.c170 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.4.14/scripts/
Dstackusage3 outfile=""
10 outfile="$2"
19 if [ -z "$outfile" ]
21 outfile=`mktemp --tmpdir stackusage.$$.XXXX`
31 sort -k3,3nr > "${outfile}"
33 echo "$0: output written to ${outfile}"
Danalyze_suspend.py230 outfile = '' variable in Data
2124 html += tdlink.format(data.outfile)
3365 data.outfile = link
/linux-4.4.14/arch/arm/vdso/
Dvdsomunge.c94 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.4.14/arch/mips/boot/
Delf2ecoff.c276 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.4.14/tools/perf/util/
Dtrace-event-scripting.c70 const char *outfile in python_generate_script_unsupported()
135 const char *outfile __maybe_unused) in perl_generate_script_unsupported()
Dtrace-event.h78 int (*generate_script) (struct pevent *pevent, const char *outfile);
/linux-4.4.14/Documentation/video4linux/
Dextract_xc3028.pl148 my $outfile = shift;
157 open OUTFILE, ">$outfile";
914 my $outfile = shift;
923 open OUTFILE, ">$outfile";
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-perl.c445 static int perl_generate_script(struct pevent *pevent, const char *outfile) in perl_generate_script() argument
453 sprintf(fname, "%s.pl", outfile); in perl_generate_script()
Dtrace-event-python.c1036 static int python_generate_script(struct pevent *pevent, const char *outfile) in python_generate_script() argument
1044 sprintf(fname, "%s.py", outfile); in python_generate_script()
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
DMakefile130 $(RDES2C) -base 0xb0000000 -asm -outfile $@ $^
/linux-4.4.14/fs/jffs2/
Dwbuf.c879 goto outfile; in jffs2_flash_writev()
918 outfile: in jffs2_flash_writev()
/linux-4.4.14/tools/perf/
Dbuiltin-script.c664 const char *outfile __maybe_unused) in default_generate_script()