Home
last modified time | relevance | path

Searched refs:out_file (Results 1 – 22 of 22) sorted by relevance

/openbmc/linux/arch/mips/vdso/
H A Dgenvdso.c69 static FILE *out_file; variable
251 out_file = fopen(out_path, "w"); in main()
252 if (!out_file) { in main()
258 fprintf(out_file, "/* Automatically generated - do not edit */\n"); in main()
259 fprintf(out_file, "#include <linux/linkage.h>\n"); in main()
260 fprintf(out_file, "#include <linux/mm.h>\n"); in main()
261 fprintf(out_file, "#include <asm/vdso.h>\n"); in main()
262 fprintf(out_file, "static int vdso_mremap(\n"); in main()
263 fprintf(out_file, " const struct vm_special_mapping *sm,\n"); in main()
264 fprintf(out_file, " struct vm_area_struct *new_vma)\n"); in main()
[all …]
H A Dgenvdso.h116 fprintf(out_file, in FUNC()
/openbmc/libcper/cli-app/
H A Dcper-convert.c16 void cper_to_json(char *in_file, char *out_file, int is_single_section);
17 void json_to_cper(char *in_file, char *out_file, char *specification_file,
83 void cper_to_json(char *in_file, char *out_file, int is_single_section) in cper_to_json() argument
108 if (out_file == NULL) { in cper_to_json()
114 FILE *json_file = fopen(out_file, "w"); in cper_to_json()
117 out_file); in cper_to_json()
127 void json_to_cper(char *in_file, char *out_file, char *specification_file, in json_to_cper() argument
131 if (out_file == NULL) { in json_to_cper()
186 FILE *cper_file = fopen(out_file, "w"); in json_to_cper()
189 out_file); in json_to_cper()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dst_shmem_utils.c22 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()
/openbmc/libcper/generator/
H A Dcper-generate-cli.c25 char *out_file = NULL; in main() local
32 out_file = argv[i + 1]; in main()
56 if (out_file == NULL) { in main()
65 FILE *cper_file = fopen(out_file, "w"); in main()
68 out_file); in main()
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/
H A Dmeson-setup.py36 with open(cross_file, "w") as out_file:
37 out_file.write(output)
42 with open(native_file, "w") as out_file:
43 out_file.write(output)
/openbmc/linux/init/
H A Ddo_mounts_rd.c17 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()
/openbmc/u-boot/scripts/kconfig/tests/
H A Dconftest.py39 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)
/openbmc/linux/scripts/kconfig/tests/
H A Dconftest.py39 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)
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_context.c62 goto out_file; in live_nop_switch()
178 out_file: in live_nop_switch()
314 goto out_file; in live_parallel_switch()
324 goto out_file; in live_parallel_switch()
426 out_file: in live_parallel_switch()
695 goto out_file; in igt_ctx_exec()
707 goto out_file; in igt_ctx_exec()
719 goto out_file; in igt_ctx_exec()
732 goto out_file; in igt_ctx_exec()
739 goto out_file; in igt_ctx_exec()
[all …]
H A Di915_gem_dmabuf.c166 goto out_file; in verify_access()
175 goto out_file; in verify_access()
180 goto out_file; in verify_access()
185 goto out_file; in verify_access()
191 goto out_file; in verify_access()
195 goto out_file; in verify_access()
200 goto out_file; in verify_access()
207 goto out_file; in verify_access()
211 out_file: in verify_access()
/openbmc/qemu/migration/
H A Dsavevm.c528 static void dump_vmstate_vmsd(FILE *out_file,
532 static void dump_vmstate_vmsf(FILE *out_file, const VMStateField *field, in dump_vmstate_vmsf() argument
535 fprintf(out_file, "%*s{\n", indent, ""); in dump_vmstate_vmsf()
537 fprintf(out_file, "%*s\"field\": \"%s\",\n", indent, "", field->name); in dump_vmstate_vmsf()
538 fprintf(out_file, "%*s\"version_id\": %d,\n", indent, "", in dump_vmstate_vmsf()
540 fprintf(out_file, "%*s\"field_exists\": %s,\n", indent, "", in dump_vmstate_vmsf()
543 fprintf(out_file, "%*s\"num\": %d,\n", indent, "", field->num); in dump_vmstate_vmsf()
545 fprintf(out_file, "%*s\"size\": %zu", indent, "", field->size); in dump_vmstate_vmsf()
547 fprintf(out_file, ",\n"); in dump_vmstate_vmsf()
548 dump_vmstate_vmsd(out_file, field->vmsd, indent, false); in dump_vmstate_vmsf()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/
H A Dcmake-setup.py32 with open(cross_file, "w") as out_file:
33 out_file.write(output)
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Digt_mmap.c42 goto out_file; in igt_mmap_offset()
49 out_file: in igt_mmap_offset()
H A Dintel_memory_region.c972 goto out_file; in igt_lmem_write_gpu()
980 goto out_file; in igt_lmem_write_gpu()
994 out_file: in igt_lmem_write_gpu()
H A Di915_request.c1759 goto out_file; in live_breadcrumbs_smoketest()
1863 out_file: in live_breadcrumbs_smoketest()
/openbmc/linux/tools/mm/
H A Dslabinfo-gnuplot.sh52 local out_file
61 out_file=`basename "$file"`
99 echo "$out_file.png"
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c50 char test_file[256], out_file[256], diff_cmd[1024]; in test_btf_dump_case() local
76 snprintf(out_file, sizeof(out_file), "/tmp/%s.output.XXXXXX", t->file); in test_btf_dump_case()
77 fd = mkstemp(out_file); in test_btf_dump_case()
115 test_file, out_file); in test_btf_dump_case()
119 out_file, err, diff_cmd)) in test_btf_dump_case()
122 remove(out_file); in test_btf_dump_case()
/openbmc/linux/scripts/mod/
H A Dsumversion.c340 goto out_file; in parse_source_files()
346 goto out_file; in parse_source_files()
374 goto out_file; in parse_source_files()
383 out_file: in parse_source_files()
/openbmc/linux/tools/net/ynl/
H A Dynl-gen-c.py1051 def __init__(self, nlib, out_file=None): argument
1058 if out_file is None:
1062 self._out_file = out_file
1070 with open(self._out_file, 'w+') as out_file:
1072 shutil.copyfileobj(self._out, out_file)
2361 cw = CodeWriter(BaseNlLib(), args.out_file)
2393 if args.out_file:
/openbmc/openbmc/poky/meta/classes/
H A Darchiver.bbclass467 out_file = os.path.join(ar_outdir, '%s-diff.gz' % d.getVar('PF'))
468 diff_cmd = 'diff -Naur %s.orig %s.patched | gzip -c > %s' % (basename, basename, out_file)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool/
H A Db76e3c578f1e9f582e9c28f50d82b1f569602075.patch1188 FILE *out_file;