Searched refs:newc (Results 1 – 10 of 10) sorted by relevance
/linux/security/selinux/ss/ |
H A D | services.h | 44 struct context *oldc, struct context *newc,
|
H A D | services.c | 2030 struct context *oldc, struct context *newc, in services_convert_context() argument 2046 rc = string_to_context_struct(args->newp, NULL, s, newc, SECSID_NULL); in services_convert_context() 2056 context_init(newc); in services_convert_context() 2057 newc->str = s; in services_convert_context() 2058 newc->len = oldc->len; in services_convert_context() 2073 context_init(newc); in services_convert_context() 2080 newc->user = usrdatum->value; in services_convert_context() 2087 newc->role = role->value; in services_convert_context() 2094 newc->type = typdatum->value; in services_convert_context() 2098 rc = mls_convert_context(args->oldp, args->newp, oldc, newc); in services_convert_context() [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/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
|