Searched refs:out_file (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/arch/mips/vdso/ |
| D | genvdso.c | 69 static FILE *out_file; variable 243 out_file = fopen(out_path, "w"); in main() 244 if (!out_file) { in main() 250 fprintf(out_file, "/* Automatically generated - do not edit */\n"); in main() 251 fprintf(out_file, "#include <linux/linkage.h>\n"); in main() 252 fprintf(out_file, "#include <linux/mm.h>\n"); in main() 253 fprintf(out_file, "#include <asm/vdso.h>\n"); in main() 256 fprintf(out_file, in main() 261 fprintf(out_file, "\n\t"); in main() 262 fprintf(out_file, "0x%02x, ", ((unsigned char *)vdso)[i]); in main() [all …]
|
| D | genvdso.h | 116 fprintf(out_file, in FUNC()
|
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_btf_dump.c | 60 char test_file[256], out_file[256], diff_cmd[1024]; in test_btf_dump_case() local 77 snprintf(out_file, sizeof(out_file), in test_btf_dump_case() 79 fd = mkstemp(out_file); in test_btf_dump_case() 119 test_file, out_file); in test_btf_dump_case() 123 out_file, err, diff_cmd)) in test_btf_dump_case() 126 remove(out_file); in test_btf_dump_case()
|
| /Linux-v5.4/scripts/kconfig/tests/ |
| D | conftest.py | 39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument 89 if self.retcode == 0 and out_file: 90 with open(os.path.join(temp_dir, out_file)) as f: 111 print("[output for '{}']".format(out_file)) 208 return self._run_conf('--savedefconfig', out_file='defconfig') 217 out_file=None)
|
| /Linux-v5.4/tools/vm/ |
| D | slabinfo-gnuplot.sh | 52 local out_file 61 out_file=`basename "$file"` 99 echo "$out_file.png"
|
| /Linux-v5.4/scripts/mod/ |
| D | sumversion.c | 341 goto out_file; in parse_source_files() 347 goto out_file; in parse_source_files() 375 goto out_file; in parse_source_files() 384 out_file: in parse_source_files()
|
| /Linux-v5.4/drivers/gpu/drm/i915/gt/ |
| D | selftest_workarounds.c | 708 goto out_file; in live_dirty_whitelist() 717 goto out_file; in live_dirty_whitelist() 720 out_file: in live_dirty_whitelist()
|
| /Linux-v5.4/drivers/gpu/drm/i915/selftests/ |
| D | i915_request.c | 1138 goto out_file; in live_breadcrumbs_smoketest() 1229 out_file: in live_breadcrumbs_smoketest()
|