Searched refs:newc (Results 1 – 8 of 8) sorted by relevance
1997 struct ocontext *newc = NULL; in genfs_read() local2052 newc = kzalloc(sizeof(*newc), GFP_KERNEL); in genfs_read()2053 if (!newc) in genfs_read()2056 rc = str_read(&newc->u.name, GFP_KERNEL, fp, len); in genfs_read()2064 newc->v.sclass = le32_to_cpu(buf[0]); in genfs_read()2065 rc = context_read_and_validate(&newc->context[0], p, fp); in genfs_read()2072 if (!strcmp(newc->u.name, c->u.name) && in genfs_read()2073 (!c->v.sclass || !newc->v.sclass || in genfs_read()2074 newc->v.sclass == c->v.sclass)) { in genfs_read()2079 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
2499 unsigned short newc; in fbcon_do_set_font() local2502 newc = in fbcon_do_set_font()2506 newc = c & ~0x100; in fbcon_do_set_font()2507 scr_writew(newc, cp); in fbcon_do_set_font()
88 find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img