Home
last modified time | relevance | path

Searched refs:in_file (Results 1 - 3 of 3) sorted by relevance

/kernel/uniproton/cmake/common/build_auxiliary_script/
H A DKconfig2macro.py29 def headerType(in_file):
30 with open(in_file, 'r') as fd_in:
112 def write_config(in_file, out_file, flag):
113 with codecs.open(out_file, 'a+') as fd_out, open(in_file) as fd_in:
165 def kconfig2macro(in_file, out_file, flag):
166 header_type = headerType(in_file)
174 ret = write_config(in_file, out_file, flag)
192 in_file = ".config"
212 in_file = arg
220 if os.path.exists(in_file)
[all...]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds