Searched refs:outfile (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/scripts/
H A Dstackusage4 outfile=""
11 outfile="$2"
14 echo "usage: $0 [-o outfile] <make options/args>"
20 if [ -z "$outfile" ]
22 outfile=`mktemp --tmpdir stackusage.$$.XXXX`
32 sort -k3,3nr > "${outfile}"
34 echo "$0: output written to ${outfile}"
H A Dsyscallnr.sh55 outfile="$2"
57 guard=_ASM_$(basename "$outfile" |
74 } > "$outfile"
H A Dget_dvb_firmware28 $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 Dsyscallhdr.sh66 outfile="$2"
68 guard=_UAPI_ASM_$(basename "$outfile" |
98 } > "$outfile"
H A Dsyscalltbl.sh51 outfile="$2"
78 } > "$outfile"
H A Dextract_xc3028.pl148 my $outfile = shift;
157 open OUTFILE, ">$outfile";
914 my $outfile = shift;
923 open OUTFILE, ">$outfile";
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.h8 static void BITSFUNC(copy)(FILE *outfile, const unsigned char *data, size_t len) argument
14 fprintf(outfile, "\n\t");
15 fprintf(outfile, "0x%02X, ", (int)(data)[i]);
27 FILE *outfile, ELF(Shdr) *sec, const char *name)
38 fprintf(outfile, "static const unsigned char %s[%zu] = {", name, len);
39 BITSFUNC(copy)(outfile, data + offset, len);
40 fprintf(outfile, "\n};\n\n");
45 FILE *outfile, const char *image_name)
174 fwrite(stripped_addr, stripped_len, 1, outfile);
180 fprintf(outfile, "/* AUTOMATICALL
26 extract(const unsigned char *data, size_t data_len, FILE *outfile, ELF(Shdr) *sec, const char *name) argument
43 go(void *raw_addr, size_t raw_len, void *stripped_addr, size_t stripped_len, FILE *outfile, const char *image_name) argument
[all...]
H A Dvdso2c.c171 FILE *outfile, const char *name)
177 outfile, name);
180 outfile, name);
210 FILE *outfile; local
243 outfile = fopen(outfilename, "w");
244 if (!outfile)
247 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name);
251 fclose(outfile);
169 go(void *raw_addr, size_t raw_len, void *stripped_addr, size_t stripped_len, FILE *outfile, const char *name) argument
/linux-master/arch/sparc/vdso/
H A Dvdso2c.h13 FILE *outfile, const char *name)
112 fwrite(stripped_addr, stripped_len, 1, outfile);
118 fprintf(outfile, "/* AUTOMATICALLY GENERATED -- DO NOT EDIT */\n\n");
119 fprintf(outfile, "#include <linux/cache.h>\n");
120 fprintf(outfile, "#include <asm/vdso.h>\n");
121 fprintf(outfile, "\n");
122 fprintf(outfile,
127 fprintf(outfile, "\n\t");
128 fprintf(outfile, "0x%02X, ",
131 fprintf(outfile, "\
11 go(void *raw_addr, size_t raw_len, void *stripped_addr, size_t stripped_len, FILE *outfile, const char *name) argument
[all...]
H A Dvdso2c.c144 FILE *outfile, const char *name)
150 outfile, name);
153 outfile, name);
184 FILE *outfile; local
217 outfile = fopen(outfilename, "w");
218 if (!outfile)
221 go(raw_addr, raw_len, stripped_addr, stripped_len, outfile, name);
225 fclose(outfile);
142 go(void *raw_addr, size_t raw_len, void *stripped_addr, size_t stripped_len, FILE *outfile, const char *name) argument
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dfib_notifications.sh28 local outfile=$1; shift
34 head -n 1 $outfile | grep -q "rt_offload_failed"
39 head -n 2 $outfile | tail -n 1 | grep -q "rt_offload_failed"
44 local outfile=$1; shift
49 head -n 1 $outfile | grep -q "rt_trap"
54 head -n 2 $outfile | tail -n 1 | grep -q "rt_trap"
59 local outfile=$1; shift
64 lines=`wc -l $outfile | cut "-d " -f1`
73 check_rt_trap $outfile
76 check_rt_offload_failed $outfile
[all...]
/linux-master/arch/arm/vdso/
H A Dvdsomunge.c81 static const char *outfile; variable
97 if (failed && outfile != NULL)
98 unlink(outfile);
133 fail("Usage: %s [infile] [outfile]\n", argv[0]);
136 outfile = argv[2];
179 outfd = open(outfile, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
181 fail("Cannot open %s: %s\n", outfile, strerror(errno));
184 fail("Cannot truncate %s: %s\n", outfile, strerror(errno));
189 fail("Failed to map %s: %s\n", outfile, strerror(errno));
204 fail("Failed to sync %s: %s\n", outfile, strerro
[all...]
/linux-master/tools/perf/util/
H A Dtrace-event-scripting.c83 const char *outfile
150 const char *outfile __maybe_unused)
H A Dtrace-event.h114 int (*generate_script) (struct tep_handle *pevent, const char *outfile);
/linux-master/tools/testing/selftests/netfilter/
H A Dipvs.sh44 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
H A Dnft_nat.sh1038 local outfile=$(mktemp)
1039 ip netns exec "$ns1" timeout 3 socat -u UDP4-RECV:4233 OPEN:$outfile < /dev/null &
1052 cmp "$tmpfile" "$outfile"
1054 ls -l "$tmpfile" "$outfile"
1059 rm -f "$tmpfile" "$outfile"
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tc_tunnel.sh26 readonly outfile="$(mktemp)"
60 if [[ -f "${outfile}" ]]; then
61 rm "${outfile}"
73 ip netns exec "${ns2}" nc "${netcat_opt}" -l "${port}" > "${outfile}" &
89 outsum=($(sha1sum ${outfile}))
/linux-master/arch/mips/boot/
H A Delf2ecoff.c278 int infile, outfile; local
507 if ((outfile = open(argv[2], O_WRONLY | O_CREAT, 0777)) < 0) {
516 i = write(outfile, &efh, sizeof efh);
532 i = write(outfile, &eah, sizeof eah);
541 i = write(outfile, &esecs, nosecs * sizeof(struct scnhdr));
551 i = write(outfile, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0", pad);
583 write(outfile, obuf,
598 copy(outfile, infile, ph[i].p_offset,
612 if (write(outfile, obuf, sizeof(obuf)) != sizeof(obuf)) {
/linux-master/tools/cgroup/
H A Diocost_coef_gen.py93 outfile = tempfile.NamedTemporaryFile()
97 f'--eta={eta} --output-format json --output={outfile.name} '
102 with open(outfile.name, 'r') as f:
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py690 '--outfile', type=str,
815 outfile = open(f, "w")
816 json.dump(testlist, outfile, indent=4)
817 outfile.write("\n")
818 outfile.close()
982 if not args.outfile:
985 fname = args.outfile
/linux-master/tools/perf/tests/shell/
H A Dtest_intel_pt.sh22 outfile="${temp_dir}/test-out.txt"
263 perf_record_no_decode -o "${perfdatafile}" -e intel_pt//u"${k}" -vvv --per-thread -p "${w1},${w2}" 2>"${errfile}" >"${outfile}" &
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c553 static int perl_generate_script(struct tep_handle *pevent, const char *outfile) argument
562 sprintf(fname, "%s.pl", outfile);
H A Dtrace-event-python.c2021 static int python_generate_script(struct tep_handle *pevent, const char *outfile) argument
2030 sprintf(fname, "%s.py", outfile);
2213 const char *outfile __maybe_unused)
/linux-master/fs/jffs2/
H A Dwbuf.c879 goto outfile;
918 outfile:
/linux-master/tools/testing/kunit/
H A Dkunit_tool_test.py477 with open(kunit_kernel.get_outfile_path(build_dir), 'rt') as outfile:
478 self.assertEqual(outfile.read(), 'hi\nbye\n', msg='Missing some output')

Completed in 309 milliseconds

12