Home
last modified time | relevance | path

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

/linux-6.15/security/selinux/ss/
H A Dservices.h44 struct context *oldc, struct context *newc,
H A Dmls.c440 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 Dservices.c2057 context_init(newc); in services_convert_context()
2058 newc->str = s; in services_convert_context()
2059 newc->len = oldc->len; in services_convert_context()
2074 context_init(newc); in services_convert_context()
2081 newc->user = usrdatum->value; in services_convert_context()
2088 newc->role = role->value; in services_convert_context()
2095 newc->type = typdatum->value; in services_convert_context()
2136 context_destroy(newc); in services_convert_context()
2137 newc->str = s; in services_convert_context()
2138 newc->len = len; in services_convert_context()
[all …]
H A Dmls.h43 struct context *oldc, struct context *newc);
H A Dpolicydb.c2135 struct ocontext *newc = NULL; in genfs_read() local
2190 newc = kzalloc(sizeof(*newc), GFP_KERNEL); in genfs_read()
2191 if (!newc) in genfs_read()
2202 newc->v.sclass = le32_to_cpu(buf[0]); in genfs_read()
2212 newc->v.sclass == c->v.sclass)) { in genfs_read()
2217 len = strlen(newc->u.name); in genfs_read()
2223 newc->next = c; in genfs_read()
2225 l->next = newc; in genfs_read()
2227 genfs->head = newc; in genfs_read()
2228 newc = NULL; in genfs_read()
[all …]
/linux-6.15/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-6.15/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-6.15/Documentation/filesystems/
H A Dramfs-rootfs-initramfs.rst185 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-6.15/Documentation/arch/x86/
H A Dmicrocode.rst80 find . | cpio -o -H newc >../ucode.cpio
/linux-6.15/drivers/video/fbdev/core/
H A Dfbcon.c2391 unsigned short newc; in set_vc_hi_font() local
2394 newc = in set_vc_hi_font()
2398 newc = c & ~0x100; in set_vc_hi_font()
2399 scr_writew(newc, cp); in set_vc_hi_font()
/linux-6.15/Documentation/admin-guide/
H A Dinitrd.rst88 find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img