Home
last modified time | relevance | path

Searched refs:in_file (Results 1 – 6 of 6) sorted by relevance

/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
86 FILE *cper_file = fopen(in_file, "r"); in cper_to_json()
89 in_file); in cper_to_json()
127 void json_to_cper(char *in_file, char *out_file, char *specification_file, in json_to_cper() argument
137 json_object *ir = json_object_from_file(in_file); in json_to_cper()
140 in_file); in json_to_cper()
/openbmc/linux/init/
H A Ddo_mounts_rd.c17 static struct file *in_file, *out_file; variable
202 in_file = filp_open(from, O_RDONLY, 0); in rd_load_image()
203 if (IS_ERR(in_file)) in rd_load_image()
207 nblocks = identify_ramdisk_image(in_file, in_pos, &decompressor); in rd_load_image()
234 devblocks = nr_blocks(in_file); in rd_load_image()
253 fput(in_file); in rd_load_image()
256 kernel_read(in_file, buf, BLOCK_SIZE, &in_pos); in rd_load_image()
270 fput(in_file); in rd_load_image()
291 long r = kernel_read(in_file, buf, len, &in_pos); in compr_fill()
/openbmc/openbmc/poky/meta/recipes-devtools/meson/meson/
H A Dmeson-setup.py33 with open(template_file) as in_file:
34 template = in_file.read()
39 with open(native_template_file) as in_file:
40 template = in_file.read()
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/cmake/
H A Dcmake-setup.py29 with open(template_file) as in_file:
30 template = in_file.read()
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A Dzipnote-crashes-with-segfault.patch18 + fclose(in_file);
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Dbootimg-efi.py331 with open("%s/%s" % (deploy_dir, f), 'rb') as in_file:
332 shutil.copyfileobj(in_file, initrd)