Searched refs:mfs_root (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/md/
H A Dembedfs.S38 .globl mfs_root
39 .type mfs_root, %object
40 mfs_root: label
42 .size mfs_root, . - mfs_root
H A Dmd.c177 * We put the mfs_root symbol into the oldmfs section of the kernel object file.
181 u_char mfs_root[MD_ROOT_SIZE*1024] __attribute__ ((section ("oldmfs"))); variable
182 const int mfs_root_size = sizeof(mfs_root);
185 u_char *mfs_root; variable
188 extern volatile u_char __weak_symbol mfs_root;
190 #define mfs_root_size ((uintptr_t)(&mfs_root_end - &mfs_root))
2042 md_preloaded(mfs_root, mfs_root_size, NULL);
2044 md_preloaded(__DEVOLATILE(u_char *, &mfs_root), mfs_root_size,
2058 if (strcmp(type, "md_image") && strcmp(type, "mfs_root"))
/freebsd-13-stable/sys/powerpc/ofw/
H A Dofw_initrd.c48 extern u_char *mfs_root;
106 mfs_root = taste;

Completed in 93 milliseconds