HomeSort by: relevance | last modified time | path
    Searched defs:md_root_image (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/conf/
mdroot.mk 4 md_root_image.h: ${MEMORY_DISK_IMAGE}
7 md_root.o: md_root_image.h
  /src/sys/arch/acorn32/dev/
md_hooks.c 52 char md_root_image[ROOTBYTES] = "|This is the root ramdisk!\n"; variable in typeref:typename:char[]
70 md->md_addr = (void *) md_root_image;
  /src/sys/dev/
md_root.c 49 char *md_root_image; variable in typeref:typename:char *
56 char md_root_image[] = { variable in typeref:typename:char[]
57 #include "md_root_image.h"
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 in typeref:typename:char[]
87 md_root_image = addr;
104 md->md_addr = (void *)md_root_image;
  /src/usr.sbin/mdsetimage/
mdsetimage.c 84 const char *md_root_image = "_md_root_image"; local in function:main
93 md_root_image = optarg;
147 md_root_image, md_root_size, &md_root_image_offset,

Completed in 12 milliseconds