Searched refs:newc (Results 1 – 9 of 9) sorted by relevance
1999 struct ocontext *newc = NULL; in genfs_read() local2054 newc = kzalloc(sizeof(*newc), GFP_KERNEL); in genfs_read()2055 if (!newc) in genfs_read()2058 rc = str_read(&newc->u.name, GFP_KERNEL, fp, len); in genfs_read()2066 newc->v.sclass = le32_to_cpu(buf[0]); in genfs_read()2067 rc = context_read_and_validate(&newc->context[0], p, fp); in genfs_read()2074 if (!strcmp(newc->u.name, c->u.name) && in genfs_read()2075 (!c->v.sclass || !newc->v.sclass || in genfs_read()2076 newc->v.sclass == c->v.sclass)) { in genfs_read()2081 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")
73 find . | cpio -o -H newc >../ucode.cpio
83 find kernel | cpio -H newc --create > /boot/instrumented_initrd
90 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
2519 unsigned short newc; in set_vc_hi_font() local2522 newc = in set_vc_hi_font()2526 newc = c & ~0x100; in set_vc_hi_font()2527 scr_writew(newc, cp); in set_vc_hi_font()
88 find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img