Searched refs:newc (Results 1 – 9 of 9) sorted by relevance
| /linux/security/selinux/ss/ |
| H A D | services.h | 44 struct context *oldc, struct context *newc,
|
| H A D | services.c | 2057 struct context *oldc, struct context *newc, in services_convert_context() argument 2073 rc = string_to_context_struct(args->newp, NULL, s, newc, SECSID_NULL); in services_convert_context() 2083 context_init(newc); in services_convert_context() 2084 newc->str = s; in services_convert_context() 2085 newc->len = oldc->len; in services_convert_context() 2100 context_init(newc); in services_convert_context() 2107 newc->user = usrdatum->value; in services_convert_context() 2114 newc->role = role->value; in services_convert_context() 2121 newc->type = typdatum->value; in services_convert_context() 2125 rc = mls_convert_context(args->oldp, args->newp, oldc, newc); in services_convert_context() [all …]
|
| H A D | policydb.c | 2139 struct ocontext *newc = NULL; in genfs_read() local 2194 newc = kzalloc_obj(*newc); in genfs_read() 2195 if (!newc) in genfs_read() 2198 rc = str_read(&newc->u.name, GFP_KERNEL, fp, len); in genfs_read() 2206 newc->v.sclass = le32_to_cpu(buf[0]); in genfs_read() 2207 rc = context_read_and_validate(&newc->context[0], p, in genfs_read() 2214 if (!strcmp(newc->u.name, c->u.name) && in genfs_read() 2215 (!c->v.sclass || !newc->v.sclass || in genfs_read() 2216 newc->v.sclass == c->v.sclass)) { in genfs_read() 2221 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 | 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 | 2392 unsigned short newc; in set_vc_hi_font() local 2395 newc = in set_vc_hi_font() 2399 newc = c & ~0x100; in set_vc_hi_font() 2400 scr_writew(newc, cp); in set_vc_hi_font()
|