| /linux/scripts/ |
| H A 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 …]
|
| H A 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}"
|
| H A D | syscallnr.sh | 55 outfile="$2" 57 guard=_ASM_$(basename "$outfile" | 74 } > "$outfile"
|
| H A D | syscallhdr.sh | 66 outfile="$2" 68 guard=_UAPI_ASM_$(basename "$outfile" | 98 } > "$outfile"
|
| H A D | syscalltbl.sh | 51 outfile="$2" 92 } > "$outfile"
|
| H A D | extract_xc3028.pl | 148 my $outfile = shift; 157 open OUTFILE, ">$outfile"; 914 my $outfile = shift; 923 open OUTFILE, ">$outfile";
|
| /linux/arch/arm/vdso/ |
| H A 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()
|
| /linux/tools/testing/selftests/vsock/ |
| H A D | vmtest.sh | 830 outfile=$(mktemp) 842 vm_ssh "${ns1}" -- socat VSOCK-LISTEN:"${port}" STDOUT > "${outfile}" & 851 result=$(cat "${outfile}") 852 rm -f "${outfile}" 937 outfile=$(mktemp) 939 ip netns exec "${ns1}" socat VSOCK-LISTEN:"${port}" STDOUT &> "${outfile}" & 947 rm -f "${outfile}" 965 result=$(cat "${outfile}") 966 rm -f "${outfile}" 987 outfile [all...] |
| /linux/tools/testing/selftests/net/ |
| H A D | tfo.c | 52 FILE *outfile; in run_server() local 54 outfile = fopen(cfg_outfile, "w"); in run_server() 55 if (!outfile) in run_server() 87 if (fprintf(outfile, "%d\n", opt) < 0) in run_server() 90 fclose(outfile); in run_server()
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | ipvs.sh | 44 readonly outfile="$(mktemp)" 91 if [ -f "${outfile}" ]; then 92 rm "${outfile}" 100 ip netns exec "$ns2" timeout 5 socat -u -4 TCP-LISTEN:8080,reuseaddr STDOUT > "${outfile}" & 111 cmp "$infile" "$outfile" 2>/dev/null
|
| H A D | nft_nat.sh | 872 local outfile="$2" 874 if ! cmp "$infile" "$outfile";then 878 ls -l "$outfile"
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tc_tunnel.sh | |
| /linux/arch/mips/boot/ |
| H A 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/tools/cgroup/ |
| H A D | iocost_coef_gen.py | 93 outfile = tempfile.NamedTemporaryFile() 102 with open(outfile.name, 'r') as f:
|
| /linux/scripts/kconfig/ |
| H A D | merge_config.sh | 154 -v outfile="$TMP_FILE.new" \
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | tdc.py | 692 '--outfile', type=str, 820 outfile = open(f, "w") 821 json.dump(testlist, outfile, indent=4) 822 outfile.write("\n") 823 outfile.close() 987 if not args.outfile: 990 fname = args.outfile
|
| /linux/tools/perf/util/ |
| H A D | trace-event-scripting.c | 161 const char *outfile 228 const char *outfile __maybe_unused)
|
| H A D | trace-event.h | 110 int (*generate_script) (struct tep_handle *pevent, const char *outfile);
|
| /linux/tools/perf/tests/shell/ |
| H A D | test_intel_pt.sh | 22 outfile="${temp_dir}/test-out.txt" 225 perf_record_no_decode -o "${perfdatafile}" -e intel_pt//u"${k}" -vvv --per-thread -p "${w1},${w2}" 2>"${errfile}" >"${outfile}" &
|
| /linux/fs/jffs2/ |
| H A D | wbuf.c | 879 goto outfile; in jffs2_flash_writev() 918 outfile: in jffs2_flash_writev()
|
| /linux/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 2008 static int python_generate_script(struct tep_handle *pevent, const char *outfile) in python_generate_script() 2017 sprintf(fname, "%s.py", outfile); in python_generate_script() 2200 const char *outfile __maybe_unused) 1993 python_generate_script(struct tep_handle * pevent,const char * outfile) python_generate_script() argument
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_tool_test.py | 521 with open(kunit_kernel.get_outfile_path(build_dir), 'rt') as outfile: 522 self.assertEqual(outfile.read(), 'hi\nbye\n', msg='Missing some output')
|
| /linux/Documentation/networking/ |
| H A D | snmp_counter.rst | 1668 nstatuser@nstat-a:~$ tcprewrite --infile=/tmp/syn.pcap --outfile=/tmp/syn_fixcsum.pcap --fixcsum 1713 nstatuser@nstat-a:~$ tcprewrite --infile /tmp/paws_pre.pcap --outfile /tmp/paws.pcap --fixcsum 1780 …nstatuser@nstat-a:~$ tcprewrite --infile /tmp/seq_pre.pcap --outfile /tmp/seq.pcap -r 9001:9000 -r…
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 1529 self.outfile = ''
|