| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0028-linux-Fix-integer-overflows-in-initrd-size-handling.patch | 103 newc = 1; 107 else if (newc) 118 newc = 0; 129 if (newc)
|
| H A D | 0150-Makefile-Make-libgrub.pp-depend-on-config-util.h.patch | 9 …fs/cpio.c ../grub-core/fs/cpio_be.c ../grub-core/fs/odc.c ../grub-core/fs/newc.c ../grub-core/fs/e…
|
| H A D | 0034-efi-Move-the-shim_lock-verifier-to-the-GRUB-core.patch | 10574 newc.mod odc.mod ext2.mod fat.mod exfat.mod f2fs.mod \ 10929 - cpio_be.module$(EXEEXT) newc.module$(EXEEXT) \ 10995 + newc.module$(EXEEXT) odc.module$(EXEEXT) ext2.module$(EXEEXT) \ 11405 cpio.marker cpio_be.marker newc.marker odc.marker ext2.marker \
|
| /OK3568_Linux_fs/kernel/security/selinux/ss/ |
| H A D | services.c | 2016 static int convert_context(struct context *oldc, struct context *newc, void *p, in convert_context() argument 2036 newc, SECSID_NULL); in convert_context() 2046 context_init(newc); in convert_context() 2047 newc->str = s; in convert_context() 2048 newc->len = oldc->len; in convert_context() 2063 context_init(newc); in convert_context() 2072 newc->user = usrdatum->value; in convert_context() 2080 newc->role = role->value; in convert_context() 2089 newc->type = typdatum->value; in convert_context() 2093 rc = mls_convert_context(args->oldp, args->newp, oldc, newc); in convert_context() [all …]
|
| H A D | mls.c | 450 struct context *newc) in mls_convert_context() argument 468 newc->range.level[l].sens = levdatum->level->sens; in mls_convert_context() 478 rc = ebitmap_set_bit(&newc->range.level[l].cat, in mls_convert_context()
|
| H A D | policydb.c | 2109 struct ocontext *newc = NULL; in genfs_read() local 2164 newc = kzalloc(sizeof(*newc), GFP_KERNEL); in genfs_read() 2165 if (!newc) in genfs_read() 2168 rc = str_read(&newc->u.name, GFP_KERNEL, fp, len); in genfs_read() 2176 newc->v.sclass = le32_to_cpu(buf[0]); in genfs_read() 2177 rc = context_read_and_validate(&newc->context[0], p, fp); in genfs_read() 2184 if (!strcmp(newc->u.name, c->u.name) && in genfs_read() 2185 (!c->v.sclass || !newc->v.sclass || in genfs_read() 2186 newc->v.sclass == c->v.sclass)) { in genfs_read() 2191 len = strlen(newc->u.name); in genfs_read() [all …]
|
| H A D | mls.h | 53 struct context *newc);
|
| H A D | sidtab.h | 68 int (*func)(struct context *oldc, struct context *newc, void *args, gfp_t gfp_flags);
|
| /OK3568_Linux_fs/buildroot/fs/cpio/ |
| H A D | cpio.mk | 43 | cpio $(ROOTFS_CPIO_OPTS) --quiet -o -H newc \
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/early-userspace/ |
| H A D | buffer-format.rst | 17 The initramfs buffer format is based around the "newc" or "crc" CPIO 43 compressed and/or uncompressed cpio archives (in the "newc" or "crc"
|
| H A D | early_userspace_support.rst | 23 The cpio file format used by initramfs is the "newc" (aka "cpio -H newc")
|
| /OK3568_Linux_fs/debian/ |
| H A D | mk-iso-debian.sh | 43 find . | cpio --quiet -o -H newc --owner 0:0 | gzip > $DEBIAN_DIR/install.a64/initrd.gz
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/acpi/ |
| H A D | initrd_table_override.rst | 89 find kernel | cpio -H newc --create > /boot/instrumented_initrd
|
| H A D | ssdt-overlays.rst | 96 find kernel | cpio -H newc --create > /boot/instrumented_initrd
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | microcode.rst | 79 find . | cpio -o -H newc >../ucode.cpio
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | ramfs-rootfs-initramfs.rst | 186 cpio -i -d -H newc -F initramfs_data.cpio --no-absolute-filenames 205 (cd "$1"; find . | cpio -o -H newc | gzip) > "$2" 281 echo init | cpio -o -H newc | gzip > test.cpio.gz
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | image_types.bbclass | 123 …(cd ${IMAGE_ROOTFS} && find . | sort | cpio --reproducible -o -H newc >${IMGDEPLOYDIR}/${IMAGE_NAM… 136 …(cd ${WORKDIR}/cpio_append && echo ./init | cpio -oA -H newc -F ${IMGDEPLOYDIR}/${IMAGE_NAME}${IM…
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | fbcon.c | 2405 unsigned short newc; in set_vc_hi_font() local 2408 newc = in set_vc_hi_font() 2412 newc = c & ~0x100; in set_vc_hi_font() 2413 scr_writew(newc, cp); in set_vc_hi_font()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/ |
| H A D | rdist-6.1.5-cleanup.patch | 394 - register CHILD *newc; 395 + CHILD *newc; 397 newc = (CHILD *) xmalloc(sizeof(CHILD));
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | initrd.rst | 88 find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |