Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
H A Dservices.h44 struct context *oldc, struct context *newc,
H A Dservices.c2030 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 Dmls.h43 struct context *oldc, struct context *newc);
/linux/Documentation/driver-api/early-userspace/
H A Dbuffer-format.rst17 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 Dearly_userspace_support.rst23 The cpio file format used by initramfs is the "newc" (aka "cpio -H newc")
/linux/Documentation/admin-guide/acpi/
H A Dinitrd_table_override.rst89 find kernel | cpio -H newc --create > /boot/instrumented_initrd
H A Dssdt-overlays.rst95 find kernel | cpio -H newc --create > /boot/instrumented_initrd
/linux/Documentation/arch/x86/
H A Dmicrocode.rst80 find . | cpio -o -H newc >../ucode.cpio
/linux/drivers/video/fbdev/core/
H A Dfbcon.c2390 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 Dinitrd.rst88 find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img