OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:md_root_image
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/acorn32/dev/
md_hooks.c
52
char
md_root_image
[ROOTBYTES] = "|This is the root ramdisk!\n";
variable
70
md->md_addr = (void *)
md_root_image
;
/src/sys/dev/
md_root.c
49
char *
md_root_image
;
variable
56
char
md_root_image
[] = {
variable
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
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
93
md_root_image
= optarg;
147
md_root_image
, md_root_size, &md_root_image_offset,
Completed in 48 milliseconds
Indexes created Mon Jul 13 00:28:05 UTC 2026