Searched refs:newc (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/security/selinux/ss/ ! |
D | mls.c | 449 struct context *newc) in mls_convert_context() argument 467 newc->range.level[l].sens = levdatum->level->sens; in mls_convert_context() 477 rc = ebitmap_set_bit(&newc->range.level[l].cat, in mls_convert_context()
|
D | services.c | 2025 static int convert_context(struct context *oldc, struct context *newc, void *p, in convert_context() argument 2045 newc, SECSID_NULL); in convert_context() 2055 context_init(newc); in convert_context() 2056 newc->str = s; in convert_context() 2057 newc->len = oldc->len; in convert_context() 2072 context_init(newc); in convert_context() 2080 newc->user = usrdatum->value; in convert_context() 2087 newc->role = role->value; in convert_context() 2095 newc->type = typdatum->value; in convert_context() 2099 rc = mls_convert_context(args->oldp, args->newp, oldc, newc); in convert_context() [all …]
|
D | mls.h | 53 struct context *newc);
|
D | policydb.c | 2103 struct ocontext *newc = NULL; in genfs_read() local 2158 newc = kzalloc(sizeof(*newc), GFP_KERNEL); in genfs_read() 2159 if (!newc) in genfs_read() 2162 rc = str_read(&newc->u.name, GFP_KERNEL, fp, len); in genfs_read() 2170 newc->v.sclass = le32_to_cpu(buf[0]); in genfs_read() 2171 rc = context_read_and_validate(&newc->context[0], p, fp); in genfs_read() 2178 if (!strcmp(newc->u.name, c->u.name) && in genfs_read() 2179 (!c->v.sclass || !newc->v.sclass || in genfs_read() 2180 newc->v.sclass == c->v.sclass)) { in genfs_read() 2185 len = strlen(newc->u.name); in genfs_read() [all …]
|
D | sidtab.h | 68 int (*func)(struct context *oldc, struct context *newc, void *args, gfp_t gfp_flags);
|
/linux-6.1.9/Documentation/driver-api/early-userspace/ ! |
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"
|
D | early_userspace_support.rst | 23 The cpio file format used by initramfs is the "newc" (aka "cpio -H newc")
|
/linux-6.1.9/Documentation/admin-guide/acpi/ ! |
D | initrd_table_override.rst | 89 find kernel | cpio -H newc --create > /boot/instrumented_initrd
|
D | ssdt-overlays.rst | 95 find kernel | cpio -H newc --create > /boot/instrumented_initrd
|
/linux-6.1.9/Documentation/filesystems/ ! |
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
|
/linux-6.1.9/Documentation/x86/ ! |
D | microcode.rst | 80 find . | cpio -o -H newc >../ucode.cpio
|
/linux-6.1.9/drivers/video/fbdev/core/ ! |
D | fbcon.c | 2377 unsigned short newc; in set_vc_hi_font() local 2380 newc = in set_vc_hi_font() 2384 newc = c & ~0x100; in set_vc_hi_font() 2385 scr_writew(newc, cp); in set_vc_hi_font()
|
/linux-6.1.9/Documentation/admin-guide/ ! |
D | initrd.rst | 88 find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img
|