Searched refs:newc (Results 1 – 13 of 13) sorted by relevance
/linux/security/selinux/ss/ |
H A D | services.h | 44 struct context *oldc, struct context *newc,
|
H A D | mls.c | 440 struct context *oldc, struct context *newc) in mls_convert_context() argument 459 newc->range.level[l].sens = levdatum->level->sens; in mls_convert_context() 470 rc = ebitmap_set_bit(&newc->range.level[l].cat, in mls_convert_context()
|
H A D | services.c | 2002 struct context *oldc, struct context *newc, in services_convert_context() argument 2018 rc = string_to_context_struct(args->newp, NULL, s, newc, SECSID_NULL); in services_convert_context() 2028 context_init(newc); in services_convert_context() 2029 newc->str = s; in services_convert_context() 2030 newc->len = oldc->len; in services_convert_context() 2045 context_init(newc); in services_convert_context() 2052 newc->user = usrdatum->value; in services_convert_context() 2059 newc->role = role->value; in services_convert_context() 2066 newc->type = typdatum->value; in services_convert_context() 2070 rc = mls_convert_context(args->oldp, args->newp, oldc, newc); in services_convert_context() [all …]
|
H A D | policydb.c | 2137 struct ocontext *newc = NULL; in genfs_read() local 2192 newc = kzalloc(sizeof(*newc), GFP_KERNEL); in genfs_read() 2193 if (!newc) in genfs_read() 2196 rc = str_read(&newc->u.name, GFP_KERNEL, fp, len); in genfs_read() 2204 newc->v.sclass = le32_to_cpu(buf[0]); in genfs_read() 2205 rc = context_read_and_validate(&newc->context[0], p, in genfs_read() 2212 if (!strcmp(newc->u.name, c->u.name) && in genfs_read() 2213 (!c->v.sclass || !newc->v.sclass || in genfs_read() 2214 newc->v.sclass == c->v.sclass)) { in genfs_read() 2219 len = strlen(newc->u.name); in genfs_read() [all …]
|
H A D | mls.h | 43 struct context *oldc, struct context *newc);
|
/linux/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")
|
/linux/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 | 95 find kernel | cpio -H newc --create > /boot/instrumented_initrd
|
/linux/Documentation/filesystems/ |
H A D | ramfs-rootfs-initramfs.rst | 185 cpio -i -d -H newc -F initramfs_data.cpio --no-absolute-filenames 204 (cd "$1"; find . | cpio -o -H newc | gzip) > "$2" 280 echo init | cpio -o -H newc | gzip > test.cpio.gz
|
/linux/Documentation/arch/x86/ |
H A D | microcode.rst | 80 find . | cpio -o -H newc >../ucode.cpio
|
/linux/drivers/video/fbdev/core/ |
H A D | fbcon.c | 2390 unsigned short newc; in set_vc_hi_font() local 2393 newc = in set_vc_hi_font() 2397 newc = c & ~0x100; in set_vc_hi_font() 2398 scr_writew(newc, cp); in set_vc_hi_font()
|
/linux/Documentation/admin-guide/ |
H A D | initrd.rst | 88 find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img
|