Home
last modified time | relevance | path

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

/Linux-v4.19/security/selinux/ss/
Dpolicydb.c1999 struct ocontext *newc = NULL; in genfs_read() local
2054 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 …]
/Linux-v4.19/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-v4.19/Documentation/x86/
Dmicrocode.txt73 find . | cpio -o -H newc >../ucode.cpio
/Linux-v4.19/Documentation/acpi/
Dinitrd_table_override.txt83 find kernel | cpio -H newc --create > /boot/instrumented_initrd
Dssdt-overlays.txt90 find kernel | cpio -H newc --create > /boot/instrumented_initrd
/Linux-v4.19/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-v4.19/drivers/video/fbdev/core/
Dfbcon.c2519 unsigned short newc; in set_vc_hi_font() local
2522 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()
/Linux-v4.19/Documentation/admin-guide/
Dinitrd.rst88 find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img