Home
last modified time | relevance | path

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

/usr/
Dgen_initramfs_list.sh18 $0 [-o <file>] [-u <uid>] [-g <gid>] {-d | <cpio_source>} ...
19 -o <file> Create compressed initramfs file named <file> using
28 If <cpio_source> is a .cpio file it will be used
209 cat "$1" | while read type dir file perm ; do
211 echo "$file \\";
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.
129 compression tool to compress the generated initram cpio file for