Home
last modified time | relevance | path

Searched refs:md_root_image (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/dev/
Dmd_root.c49 char *md_root_image; variable
56 char md_root_image[] = { variable
59 uint32_t md_root_size = sizeof(md_root_image) & ~(DEV_BSIZE - 1);
73 char md_root_image[ROOTBYTES] = "|This is the root ramdisk!\n"; variable
87 md_root_image = addr; in md_root_setconf()
104 md->md_addr = (void *)md_root_image; in md_attach_hook()
/netbsd/src/sys/arch/evbarm/stand/gzboot/
Dimage.S52 .global _C_LABEL(md_root_image)
53 _C_LABEL(md_root_image):
54 .org _C_LABEL(md_root_image) + MAXIMAGESIZE;
Dgzboot.h43 extern const char md_root_image[];
Dgzboot.c117 #define compressed_image md_root_image
/netbsd/src/sys/conf/
Dmdroot.mk4 md_root_image.h: ${MEMORY_DISK_IMAGE}
7 md_root.o: md_root_image.h
/netbsd/src/sys/arch/acorn32/dev/
Dmd_hooks.c52 char md_root_image[ROOTBYTES] = "|This is the root ramdisk!\n"; variable
70 md->md_addr = (void *) md_root_image; in md_attach_hook()
/netbsd/src/usr.sbin/mdsetimage/
Dmdsetimage.c84 const char *md_root_image = "_md_root_image"; in main() local
93 md_root_image = optarg; in main()
147 md_root_image, md_root_size, &md_root_image_offset, in main()
/netbsd/src/sys/arch/ews4800mips/stand/common/
Dlocal.h42 #define kernel_binary md_root_image