/kernel/linux/linux-5.10/scripts/ |
D | get_dvb_firmware | 28 $outfile = eval($cid); 31 Firmware(s) $outfile extracted successfully. 53 my $outfile = "dvb-fe-sp8870.fw"; 61 copy("$tmpdir/software/OEM/HE/App/boot/SC_MAIN.MC", $outfile); 63 $outfile; 71 my $outfile = "dvb-fe-sp887x.fw"; 81 copy("$tmpdir/ZEnglish/sc_main.mc", $outfile); 83 $outfile; 90 my $outfile = "dvb-fe-tda10045.fw"; 99 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";
|
/kernel/linux/linux-5.10/arch/x86/entry/vdso/ |
D | vdso2c.h | 10 FILE *outfile, const char *image_name) in BITSFUNC() 137 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC() 143 fprintf(outfile, "/* AUTOMATICALLY GENERATED -- DO NOT EDIT */\n\n"); in BITSFUNC() 144 fprintf(outfile, "#include <linux/linkage.h>\n"); in BITSFUNC() 145 fprintf(outfile, "#include <asm/page_types.h>\n"); in BITSFUNC() 146 fprintf(outfile, "#include <asm/vdso.h>\n"); in BITSFUNC() 147 fprintf(outfile, "\n"); in BITSFUNC() 148 fprintf(outfile, in BITSFUNC() 153 fprintf(outfile, "\n\t"); in BITSFUNC() 154 fprintf(outfile, "0x%02X, ", in BITSFUNC() [all …]
|
D | vdso2c.c | 169 FILE *outfile, const char *name) in go() argument 175 outfile, name); in go() 178 outfile, name); in go() 208 FILE *outfile; in main() local 241 outfile = fopen(outfilename, "w"); in main() 242 if (!outfile) in main() 245 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main() 249 fclose(outfile); in main()
|
/kernel/linux/linux-5.10/arch/sparc/vdso/ |
D | vdso2c.h | 13 FILE *outfile, const char *name) in BITSFUNC() 112 fwrite(stripped_addr, stripped_len, 1, outfile); in BITSFUNC() 118 fprintf(outfile, "/* AUTOMATICALLY GENERATED -- DO NOT EDIT */\n\n"); in BITSFUNC() 119 fprintf(outfile, "#include <linux/cache.h>\n"); in BITSFUNC() 120 fprintf(outfile, "#include <asm/vdso.h>\n"); in BITSFUNC() 121 fprintf(outfile, "\n"); in BITSFUNC() 122 fprintf(outfile, in BITSFUNC() 127 fprintf(outfile, "\n\t"); in BITSFUNC() 128 fprintf(outfile, "0x%02X, ", in BITSFUNC() 131 fprintf(outfile, "\n};\n\n"); in BITSFUNC() [all …]
|
D | vdso2c.c | 144 FILE *outfile, const char *name) in go() argument 150 outfile, name); in go() 153 outfile, name); in go() 184 FILE *outfile; in main() local 217 outfile = fopen(outfilename, "w"); in main() 218 if (!outfile) in main() 221 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name); in main() 225 fclose(outfile); in main()
|
/kernel/linux/linux-5.10/arch/arm/vdso/ |
D | vdsomunge.c | 81 static const char *outfile; variable 97 if (failed && outfile != NULL) in cleanup() 98 unlink(outfile); in cleanup() 136 outfile = argv[2]; in main() 179 outfd = open(outfile, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in main() 181 fail("Cannot open %s: %s\n", outfile, strerror(errno)); in main() 184 fail("Cannot truncate %s: %s\n", outfile, strerror(errno)); in main() 189 fail("Failed to map %s: %s\n", outfile, strerror(errno)); in main() 204 fail("Failed to sync %s: %s\n", outfile, strerror(errno)); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | test_tc_tunnel.sh | 25 readonly outfile="$(mktemp)" 59 if [[ -f "${outfile}" ]]; then 60 rm "${outfile}" 72 ip netns exec "${ns2}" nc "${netcat_opt}" -l -p "${port}" > "${outfile}" & 88 outsum=($(sha1sum ${outfile}))
|
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/ |
D | ipvs.sh | 44 readonly outfile="$(mktemp)" 108 if [ -f "${outfile}" ]; then 109 rm "${outfile}" 117 ip netns exec ns2 nc -l -p 8080 > "${outfile}" & 128 cmp "$infile" "$outfile" 2>/dev/null
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/tools/testing/kunit/ |
D | kunit_kernel.py | 103 outfile = get_outfile_path(build_dir) 104 with open(outfile, 'w') as output: 209 outfile = get_outfile_path(build_dir) 211 with open(outfile, 'r') as file:
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | trace-event-scripting.c | 56 const char *outfile in python_generate_script_unsupported() 120 const char *outfile __maybe_unused) in perl_generate_script_unsupported()
|
D | trace-event.h | 87 int (*generate_script) (struct tep_handle *pevent, const char *outfile);
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
D | tdc.py | 585 outfile = open(f, "w") 586 json.dump(testlist, outfile, indent=4) 587 outfile.write("\n") 588 outfile.close() 739 if not args.outfile: 742 fname = args.outfile
|
/kernel/linux/linux-5.10/tools/cgroup/ |
D | iocost_coef_gen.py | 93 outfile = tempfile.NamedTemporaryFile() 102 with open(outfile.name, 'r') as f:
|
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 540 static int perl_generate_script(struct tep_handle *pevent, const char *outfile) in perl_generate_script() argument 549 sprintf(fname, "%s.pl", outfile); in perl_generate_script()
|
D | trace-event-python.c | 1706 static int python_generate_script(struct tep_handle *pevent, const char *outfile) in python_generate_script() argument 1715 sprintf(fname, "%s.py", outfile); in python_generate_script()
|
/kernel/linux/linux-5.10/fs/jffs2/ |
D | wbuf.c | 879 goto outfile; in jffs2_flash_writev() 918 outfile: in jffs2_flash_writev()
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | snmp_counter.rst | 1672 nstatuser@nstat-a:~$ tcprewrite --infile=/tmp/syn.pcap --outfile=/tmp/syn_fixcsum.pcap --fixcsum 1717 nstatuser@nstat-a:~$ tcprewrite --infile /tmp/paws_pre.pcap --outfile /tmp/paws.pcap --fixcsum 1784 …nstatuser@nstat-a:~$ tcprewrite --infile /tmp/seq_pre.pcap --outfile /tmp/seq.pcap -r 9001:9000 -r…
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
D | sleepgraph.py | 1326 self.outfile = ''
|
/kernel/liteos_a/fs/jffs2/ |
D | jffs2.patch | 7830 - goto outfile; 7869 -outfile:
|