Searched refs:out_file (Results 1 – 13 of 13) sorted by relevance
/linux/arch/mips/vdso/ |
A D | genvdso.c | 69 static FILE *out_file; variable 252 if (!out_file) { in main() 265 fprintf(out_file, "{\n"); in main() 269 fprintf(out_file, "}\n"); in main() 272 fprintf(out_file, in main() 277 fprintf(out_file, "\n\t"); in main() 280 fprintf(out_file, "\n};\n"); in main() 283 fprintf(out_file, in main() 300 fclose(out_file); in main() 304 fprintf(out_file, "};\n"); in main() [all …]
|
A D | genvdso.h | 116 fprintf(out_file, in FUNC()
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | st_shmem_utils.c | 22 goto out_file; in igt_shmem_basic() 28 goto out_file; in igt_shmem_basic() 34 goto out_file; in igt_shmem_basic() 39 goto out_file; in igt_shmem_basic() 51 out_file: in igt_shmem_basic()
|
/linux/drivers/gpu/drm/i915/gem/selftests/ |
A D | i915_gem_context.c | 59 goto out_file; in live_nop_switch() 66 goto out_file; in live_nop_switch() 82 goto out_file; in live_nop_switch() 96 goto out_file; in live_nop_switch() 107 goto out_file; in live_nop_switch() 173 out_file: in live_nop_switch() 401 out_file: in live_parallel_switch() 742 out_file: in igt_ctx_exec() 881 out_file: in igt_shared_ctx_exec() 1455 out_file: in igt_ctx_readonly() [all …]
|
A D | huge_pages.c | 1710 goto out_file; in i915_gem_huge_page_live_selftests() 1719 out_file: in i915_gem_huge_page_live_selftests()
|
/linux/init/ |
A D | do_mounts_rd.c | 17 static struct file *in_file, *out_file; variable 198 out_file = filp_open("/dev/ram", O_RDWR, 0); in rd_load_image() 199 if (IS_ERR(out_file)) in rd_load_image() 221 rd_blocks = nr_blocks(out_file); in rd_load_image() 257 kernel_write(out_file, buf, BLOCK_SIZE, &out_pos); in rd_load_image() 272 fput(out_file); in rd_load_image() 301 long written = kernel_write(out_file, window, outcnt, &out_pos); in compr_flush()
|
/linux/scripts/kconfig/tests/ |
A D | conftest.py | 39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument 93 if self.retcode == 0 and out_file: 94 with open(os.path.join(temp_dir, out_file)) as f: 115 print("[output for '{}']".format(out_file)) 212 return self._run_conf('--savedefconfig', out_file='defconfig') 221 out_file=None)
|
/linux/tools/vm/ |
A D | slabinfo-gnuplot.sh | 52 local out_file 61 out_file=`basename "$file"` 99 echo "$out_file.png"
|
/linux/drivers/gpu/drm/i915/selftests/ |
A D | igt_mmap.c | 42 goto out_file; in igt_mmap_offset() 49 out_file: in igt_mmap_offset()
|
A D | intel_memory_region.c | 806 goto out_file; in igt_lmem_write_gpu() 814 goto out_file; in igt_lmem_write_gpu() 828 out_file: in igt_lmem_write_gpu()
|
A D | i915_request.c | 1574 goto out_file; in live_breadcrumbs_smoketest() 1673 out_file: in live_breadcrumbs_smoketest()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | btf_dump.c | 52 char test_file[256], out_file[256], diff_cmd[1024]; in test_btf_dump_case() local 78 snprintf(out_file, sizeof(out_file), "/tmp/%s.output.XXXXXX", t->file); in test_btf_dump_case() 79 fd = mkstemp(out_file); in test_btf_dump_case() 118 test_file, out_file); in test_btf_dump_case() 122 out_file, err, diff_cmd)) in test_btf_dump_case() 125 remove(out_file); in test_btf_dump_case()
|
/linux/scripts/mod/ |
A D | sumversion.c | 337 goto out_file; in parse_source_files() 343 goto out_file; in parse_source_files() 371 goto out_file; in parse_source_files() 380 out_file: in parse_source_files()
|
Completed in 50 milliseconds