Home
last modified time | relevance | path

Searched refs:file (Results 1 – 3 of 3) sorted by relevance

/usr/
Dgen_initramfs.sh17 $0 [-o <file>] [-l <dep_list>] [-u <uid>] [-g <gid>] {-d | <cpio_source>} ...
18 -o <file> Create initramfs file named <file> by using gen_init_cpio
27 If <cpio_source> is a .cpio file it will be used
174 cat "$1" | while read type dir file perm ; do
176 echo "$file \\" >> $dep_list
Dgen_init_cpio.c303 int file = -1; in cpio_mkfile() local
311 file = open (location, O_RDONLY); in cpio_mkfile()
312 if (file < 0) { in cpio_mkfile()
317 retval = fstat(file, &buf); in cpio_mkfile()
329 retval = read (file, filebuf, buf.st_size); in cpio_mkfile()
379 if (file >= 0) close(file); in cpio_mkfile()
DKconfig7 string "Initramfs source file(s)"
21 See <file:Documentation/driver-api/early-userspace/early_userspace_support.rst> for more details.
131 compression tool to compress the generated initram cpio file for