Home
last modified time | relevance | path

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

/linux-6.3-rc2/security/selinux/ss/
A Dservices.h44 struct context *oldc, struct context *newc,
A Dmls.c449 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()
A Dservices.c2050 context_init(newc); in services_convert_context()
2051 newc->str = s; in services_convert_context()
2052 newc->len = oldc->len; in services_convert_context()
2067 context_init(newc); in services_convert_context()
2074 newc->user = usrdatum->value; in services_convert_context()
2081 newc->role = role->value; in services_convert_context()
2088 newc->type = typdatum->value; in services_convert_context()
2130 context_destroy(newc); in services_convert_context()
2131 newc->str = s; in services_convert_context()
2132 newc->len = len; in services_convert_context()
[all …]
A Dmls.h53 struct context *newc);
A Dpolicydb.c2103 struct ocontext *newc = NULL; in genfs_read() local
2158 newc = kzalloc(sizeof(*newc), GFP_KERNEL); in genfs_read()
2159 if (!newc) in genfs_read()
2170 newc->v.sclass = le32_to_cpu(buf[0]); in genfs_read()
2180 newc->v.sclass == c->v.sclass)) { in genfs_read()
2185 len = strlen(newc->u.name); in genfs_read()
2191 newc->next = c; in genfs_read()
2193 l->next = newc; in genfs_read()
2195 genfs->head = newc; in genfs_read()
2196 newc = NULL; in genfs_read()
[all …]
/linux-6.3-rc2/Documentation/driver-api/early-userspace/
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"
A Dearly_userspace_support.rst23 The cpio file format used by initramfs is the "newc" (aka "cpio -H newc")
/linux-6.3-rc2/Documentation/admin-guide/acpi/
A Dinitrd_table_override.rst89 find kernel | cpio -H newc --create > /boot/instrumented_initrd
A Dssdt-overlays.rst95 find kernel | cpio -H newc --create > /boot/instrumented_initrd
/linux-6.3-rc2/Documentation/filesystems/
A Dramfs-rootfs-initramfs.rst186 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.3-rc2/Documentation/x86/
A Dmicrocode.rst80 find . | cpio -o -H newc >../ucode.cpio
/linux-6.3-rc2/drivers/video/fbdev/core/
A Dfbcon.c2374 unsigned short newc; in set_vc_hi_font() local
2377 newc = in set_vc_hi_font()
2381 newc = c & ~0x100; in set_vc_hi_font()
2382 scr_writew(newc, cp); in set_vc_hi_font()
/linux-6.3-rc2/Documentation/admin-guide/
A Dinitrd.rst88 find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img

Completed in 29 milliseconds