Searched refs:newc (Results 1 – 13 of 13) sorted by relevance
44 struct context *oldc, struct context *newc,
449 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()
2050 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 …]
53 struct context *newc);
2103 struct ocontext *newc = NULL; in genfs_read() local2158 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 …]
17 The initramfs buffer format is based around the "newc" or "crc" CPIO43 compressed and/or uncompressed cpio archives (in the "newc" or "crc"
23 The cpio file format used by initramfs is the "newc" (aka "cpio -H newc")
89 find kernel | cpio -H newc --create > /boot/instrumented_initrd
95 find kernel | cpio -H newc --create > /boot/instrumented_initrd
186 cpio -i -d -H newc -F initramfs_data.cpio --no-absolute-filenames205 (cd "$1"; find . | cpio -o -H newc | gzip) > "$2"281 echo init | cpio -o -H newc | gzip > test.cpio.gz
80 find . | cpio -o -H newc >../ucode.cpio
2374 unsigned short newc; in set_vc_hi_font() local2377 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()
88 find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img
Completed in 29 milliseconds