Searched refs:newc (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.4/security/selinux/ss/ | 
| D | sidtab.h | 64 	int (*func)(struct context *oldc, struct context *newc, void *args);
 | 
| D | mls.h | 50 			struct context *newc);
 | 
| D | mls.c | 450 			struct context *newc)  in mls_convert_context()  argument467 		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 | 1928 static int convert_context(struct context *oldc, struct context *newc, void *p)  in convert_context()  argument1947 					      newc, SECSID_NULL);  in convert_context()
 1957 			context_init(newc);  in convert_context()
 1958 			newc->str = s;  in convert_context()
 1959 			newc->len = oldc->len;  in convert_context()
 1974 	context_init(newc);  in convert_context()
 1983 	newc->user = usrdatum->value;  in convert_context()
 1991 	newc->role = role->value;  in convert_context()
 2000 	newc->type = typdatum->value;  in convert_context()
 2004 		rc = mls_convert_context(args->oldp, args->newp, oldc, newc);  in convert_context()
 [all …]
 
 | 
| D | policydb.c | 1961 	struct ocontext *newc = NULL;  in genfs_read()  local2016 			newc = kzalloc(sizeof(*newc), GFP_KERNEL);  in genfs_read()
 2017 			if (!newc)  in genfs_read()
 2020 			rc = str_read(&newc->u.name, GFP_KERNEL, fp, len);  in genfs_read()
 2028 			newc->v.sclass = le32_to_cpu(buf[0]);  in genfs_read()
 2029 			rc = context_read_and_validate(&newc->context[0], p, fp);  in genfs_read()
 2036 				if (!strcmp(newc->u.name, c->u.name) &&  in genfs_read()
 2037 				    (!c->v.sclass || !newc->v.sclass ||  in genfs_read()
 2038 				     newc->v.sclass == c->v.sclass)) {  in genfs_read()
 2043 				len = strlen(newc->u.name);  in genfs_read()
 [all …]
 
 | 
| /Linux-v5.4/Documentation/driver-api/early-userspace/ | 
| D | buffer-format.rst | 17 The initramfs buffer format is based around the "newc" or "crc" CPIO43 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-v5.4/Documentation/admin-guide/acpi/ | 
| D | initrd_table_override.rst | 89   find kernel | cpio -H newc --create > /boot/instrumented_initrd
 | 
| D | ssdt-overlays.rst | 96     find kernel | cpio -H newc --create > /boot/instrumented_initrd
 | 
| /Linux-v5.4/Documentation/x86/ | 
| D | microcode.rst | 79   find . | cpio -o -H newc >../ucode.cpio
 | 
| /Linux-v5.4/Documentation/filesystems/ | 
| D | ramfs-rootfs-initramfs.txt | 180   cpio -i -d -H newc -F initramfs_data.cpio --no-absolute-filenames199     (cd "$1"; find . | cpio -o -H newc | gzip) > "$2"
 271   echo init | cpio -o -H newc | gzip > test.cpio.gz
 
 | 
| /Linux-v5.4/drivers/video/fbdev/core/ | 
| D | fbcon.c | 2541 				unsigned short newc;  in set_vc_hi_font()  local2544 					newc =  in set_vc_hi_font()
 2548 					newc = c & ~0x100;  in set_vc_hi_font()
 2549 				scr_writew(newc, cp);  in set_vc_hi_font()
 
 | 
| /Linux-v5.4/Documentation/admin-guide/ | 
| D | initrd.rst | 88 	find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img
 |