Home
last modified time | relevance | path

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

/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)