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

  /src/sys/arch/evbarm/stand/gzboot/
gzboot.h 43 extern const char md_root_image[];
image.S 52 .global _C_LABEL(md_root_image)
53 _C_LABEL(md_root_image):
54 .org _C_LABEL(md_root_image) + MAXIMAGESIZE;
gzboot.c 117 #define compressed_image md_root_image
  /src/sys/conf/
mdroot.mk 4 md_root_image.h: ${MEMORY_DISK_IMAGE}
7 md_root.o: md_root_image.h
  /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/sys/arch/ews4800mips/stand/common/
local.h 42 #define kernel_binary md_root_image
  /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/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 34 milliseconds