Searched refs:newc (Results 1 – 13 of 13) sorted by relevance
44 struct context *oldc, struct context *newc,
440 struct context *oldc, struct context *newc) in mls_convert_context() argument459 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()
2057 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 …]
43 struct context *oldc, struct context *newc);
2135 struct ocontext *newc = NULL; in genfs_read() local2190 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 …]
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
185 cpio -i -d -H newc -F initramfs_data.cpio --no-absolute-filenames204 (cd "$1"; find . | cpio -o -H newc | gzip) > "$2"280 echo init | cpio -o -H newc | gzip > test.cpio.gz
80 find . | cpio -o -H newc >../ucode.cpio
2391 unsigned short newc; in set_vc_hi_font() local2394 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()
88 find . | cpio --quiet -H newc -o | gzip -9 -n > /boot/imagefile.img