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

  /src/sys/arch/acorn32/dev/
md_hooks.c 51 size_t md_root_size = ROOTBYTES; variable in typeref:typename:size_t
56 size_t md_root_size = 0; /* set by machdep.c */ variable in typeref:typename:size_t
71 md->md_size = (size_t) md_root_size;
75 if (md_root_size == 0 && OLD_MEMORY_DISK_SIZE)
76 md_root_size = (OLD_MEMORY_DISK_SIZE << DEV_BSHIFT);
78 if (md_root_size != 0) {
79 md->md_size = round_page(md_root_size);
81 md_root_size, 0, UVM_KMF_WIRED | UVM_KMF_ZERO);
  /src/sys/dev/
md_root.c 48 size_t md_root_size; variable in typeref:typename:size_t
59 uint32_t md_root_size = sizeof(md_root_image) & ~(DEV_BSIZE - 1); variable in typeref:typename:uint32_t
72 uint32_t md_root_size = ROOTBYTES; variable in typeref:typename:uint32_t
88 md_root_size = size;
105 md->md_size = (size_t)md_root_size;
  /src/usr.sbin/mdsetimage/
mdsetimage.c 85 const char *md_root_size = "_md_root_size"; local in function:main
96 md_root_size = optarg;
147 md_root_image, md_root_size, &md_root_image_offset,
224 fprintf(stderr, "setting md_root_size to %jd\n",

Completed in 11 milliseconds