Searched refs:newc (Results 1 – 8 of 8) sorted by relevance
2002 struct ocontext *newc = NULL; in genfs_read() local2057 newc = kzalloc(sizeof(*newc), GFP_KERNEL); in genfs_read()2058 if (!newc) in genfs_read()2061 rc = str_read(&newc->u.name, GFP_KERNEL, fp, len); in genfs_read()2069 newc->v.sclass = le32_to_cpu(buf[0]); in genfs_read()2070 rc = context_read_and_validate(&newc->context[0], p, fp); in genfs_read()2077 if (!strcmp(newc->u.name, c->u.name) && in genfs_read()2078 (!c->v.sclass || !newc->v.sclass || in genfs_read()2079 newc->v.sclass == c->v.sclass)) { in genfs_read()2084 len = strlen(newc->u.name); in genfs_read()[all …]
15 The initramfs buffer format is based around the "newc" or "crc" CPIO40 compressed and/or uncompressed cpio archives (in the "newc" or "crc"
22 The cpio file format used by initramfs is the "newc" (aka "cpio -H newc")
40 find . | cpio -o -H newc >../ucode.cpio
70 find kernel | cpio -H newc --create > /boot/instrumented_initrd
180 cpio -i -d -H newc -F initramfs_data.cpio --no-absolute-filenames199 (cd "$1"; find . | cpio -o -H newc | gzip) > "$2"271 echo init | cpio -o -H newc | gzip > test.cpio.gz
2504 unsigned short newc; in fbcon_do_set_font() local2507 newc = in fbcon_do_set_font()2511 newc = c & ~0x100; in fbcon_do_set_font()2512 scr_writew(newc, cp); in fbcon_do_set_font()
88 find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img