Searched refs:md_root_image (Results 1 – 8 of 8) sorted by relevance
49 char *md_root_image; variable56 char md_root_image[] = { variable59 uint32_t md_root_size = sizeof(md_root_image) & ~(DEV_BSIZE - 1);73 char md_root_image[ROOTBYTES] = "|This is the root ramdisk!\n"; variable87 md_root_image = addr; in md_root_setconf()104 md->md_addr = (void *)md_root_image; in md_attach_hook()
52 .global _C_LABEL(md_root_image)53 _C_LABEL(md_root_image):54 .org _C_LABEL(md_root_image) + MAXIMAGESIZE;
43 extern const char md_root_image[];
117 #define compressed_image md_root_image
4 md_root_image.h: ${MEMORY_DISK_IMAGE}7 md_root.o: md_root_image.h
52 char md_root_image[ROOTBYTES] = "|This is the root ramdisk!\n"; variable70 md->md_addr = (void *) md_root_image; in md_attach_hook()
84 const char *md_root_image = "_md_root_image"; in main() local93 md_root_image = optarg; in main()147 md_root_image, md_root_size, &md_root_image_offset, in main()
42 #define kernel_binary md_root_image