Home
last modified time | relevance | path

Searched refs:newc (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/security/selinux/ss/
Dpolicydb.c2002 struct ocontext *newc = NULL; in genfs_read() local
2057 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 …]
/linux-4.4.14/Documentation/early-userspace/
Dbuffer-format.txt15 The initramfs buffer format is based around the "newc" or "crc" CPIO
40 compressed and/or uncompressed cpio archives (in the "newc" or "crc"
DREADME22 The cpio file format used by initramfs is the "newc" (aka "cpio -H newc")
/linux-4.4.14/Documentation/x86/
Dearly-microcode.txt40 find . | cpio -o -H newc >../ucode.cpio
/linux-4.4.14/Documentation/acpi/
Dinitrd_table_override.txt70 find kernel | cpio -H newc --create > /boot/instrumented_initrd
/linux-4.4.14/Documentation/filesystems/
Dramfs-rootfs-initramfs.txt180 cpio -i -d -H newc -F initramfs_data.cpio --no-absolute-filenames
199 (cd "$1"; find . | cpio -o -H newc | gzip) > "$2"
271 echo init | cpio -o -H newc | gzip > test.cpio.gz
/linux-4.4.14/drivers/video/console/
Dfbcon.c2504 unsigned short newc; in fbcon_do_set_font() local
2507 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()
/linux-4.4.14/Documentation/
Dinitrd.txt88 find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img