Searched refs:newc (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.15/security/selinux/ss/ | 
| D | mls.c | 450 			struct context *newc)  in mls_convert_context()  argument 468 		newc->range.level[l].sens = levdatum->level->sens;  in mls_convert_context() 478 			rc = ebitmap_set_bit(&newc->range.level[l].cat,  in mls_convert_context()
  | 
| D | services.c | 2024 static int convert_context(struct context *oldc, struct context *newc, void *p)  in convert_context()  argument 2043 					      newc, SECSID_NULL);  in convert_context() 2053 			context_init(newc);  in convert_context() 2054 			newc->str = s;  in convert_context() 2055 			newc->len = oldc->len;  in convert_context() 2070 	context_init(newc);  in convert_context() 2078 	newc->user = usrdatum->value;  in convert_context() 2085 	newc->role = role->value;  in convert_context() 2093 	newc->type = typdatum->value;  in convert_context() 2097 		rc = mls_convert_context(args->oldp, args->newp, oldc, newc);  in convert_context() [all …] 
 | 
| D | mls.h | 53 			struct context *newc);
  | 
| D | policydb.c | 2109 	struct ocontext *newc = NULL;  in genfs_read()  local 2164 			newc = kzalloc(sizeof(*newc), GFP_KERNEL);  in genfs_read() 2165 			if (!newc)  in genfs_read() 2168 			rc = str_read(&newc->u.name, GFP_KERNEL, fp, len);  in genfs_read() 2176 			newc->v.sclass = le32_to_cpu(buf[0]);  in genfs_read() 2177 			rc = context_read_and_validate(&newc->context[0], p, fp);  in genfs_read() 2184 				if (!strcmp(newc->u.name, c->u.name) &&  in genfs_read() 2185 				    (!c->v.sclass || !newc->v.sclass ||  in genfs_read() 2186 				     newc->v.sclass == c->v.sclass)) {  in genfs_read() 2191 				len = strlen(newc->u.name);  in genfs_read() [all …] 
 | 
| D | sidtab.h | 68 	int (*func)(struct context *oldc, struct context *newc, void *args);
  | 
| /Linux-v5.15/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-v5.15/Documentation/x86/ | 
| D | microcode.rst | 79   find . | cpio -o -H newc >../ucode.cpio
  | 
| /Linux-v5.15/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-v5.15/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-v5.15/drivers/video/fbdev/core/ | 
| D | fbcon.c | 2346 				unsigned short newc;  in set_vc_hi_font()  local 2349 					newc =  in set_vc_hi_font() 2353 					newc = c & ~0x100;  in set_vc_hi_font() 2354 				scr_writew(newc, cp);  in set_vc_hi_font()
  | 
| /Linux-v5.15/Documentation/admin-guide/ | 
| D | initrd.rst | 88 	find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img
  |