/netbsd-src/sys/arch/ia64/include/ |
H A D | bootinfo.h | 30 struct bootinfo { struct 52 extern struct bootinfo bootinfo; argument
|
/netbsd-src/sys/arch/ews4800mips/include/ |
H A D | bootinfo.h | 35 struct bootinfo { struct 36 uint32_t bi_version; 37 size_t bi_size; 38 int bi_nsym; 39 uint8_t *bi_ssym; 40 uint8_t *bi_esym; 41 uint32_t bi_mainfo;
|
/netbsd-src/sys/arch/hpc/include/ |
H A D | bootinfo.h | 40 struct bootinfo { struct 60 extern struct bootinfo *bootinfo; argument
|
/netbsd-src/sys/arch/hppa/stand/boot/ |
H A D | bootinfo.h | 40 struct bootinfo { struct 41 int bi_nentries; /* Number of bootinfo_* entries in bi_data. */ argument 42 int bi_offset; /* Offset into bi_data for next bootinfo_* */ argument 51 extern struct bootinfo bootinfo; argument
|
H A D | bootinfo.c | 39 struct bootinfo bootinfo; variable
|
/netbsd-src/sys/arch/i386/stand/lib/ |
H A D | bootinfo.h | 31 struct bootinfo { struct 36 extern struct bootinfo *bootinfo; argument
|
H A D | bootinfo.c | 35 struct bootinfo *bootinfo; variable
|
/netbsd-src/sys/arch/hppa/include/ |
H A D | bootinfo.h | 70 struct bootinfo { struct 75 /* Raw data of bootinfo entries. The first one (if any) is argument 82 void *lookup_bootinfo(int); argument
|
/netbsd-src/sys/dev/ |
H A D | kloader.h | 33 struct bootinfo { struct 37 #include <machine/bootinfo.h> argument 86 struct bootinfo bootinfo; member
|
/netbsd-src/sys/arch/landisk/include/ |
H A D | bootinfo.h | 65 struct bootinfo { struct 71 void *lookup_bootinfo(int type); argument
|
/netbsd-src/sys/arch/zaurus/include/ |
H A D | bootinfo.h | 77 struct bootinfo { struct 85 void *lookup_bootinfo(int type); argument
|
/netbsd-src/sys/arch/bebox/stand/boot/ |
H A D | boot.c | 77 void *bootinfo; in main() local 150 exec_kernel(char *name, void *bootinfo) in exec_kernel()
|
/netbsd-src/sys/arch/epoc32/stand/e32boot/exe/ |
H A D | e32boot.cpp | 131 struct btinfo_common *bootinfo; in E32BootL() local 328 struct btinfo_common *bootinfo, *common; in CreateBootInfo() local 404 FindBootInfoL(struct btinfo_common *bootinfo, int type) in FindBootInfoL() 422 SummaryBootInfoMemory(struct btinfo_common *bootinfo) in SummaryBootInfoMemory()
|
/netbsd-src/sys/arch/epoc32/stand/e32boot/ldd/ |
H A D | e32boot.cpp | 151 struct btinfo_common *bootinfo = (struct btinfo_common *)a2; in DoControl() local 167 E32BootChannel::BootNetBSD(NetBSD *netbsd, struct btinfo_common *bootinfo) in BootNetBSD()
|
/netbsd-src/sys/arch/landisk/stand/boot/ |
H A D | bootinfo.c | 34 struct btinfo *bootinfo; variable
|
/netbsd-src/sys/arch/sgimips/stand/common/ |
H A D | bootinfo.c | 38 struct btinfo_common *bootinfo; /* bootinfo address */ variable
|
/netbsd-src/sys/arch/arc/stand/boot/ |
H A D | bootinfo.c | 38 struct btinfo_common *bootinfo; /* bootinfo address */ variable
|
/netbsd-src/sys/arch/emips/stand/common/ |
H A D | bootinfo.c | 38 char *bootinfo = NULL; variable
|
/netbsd-src/sys/arch/mipsco/stand/common/ |
H A D | bootinfo.c | 38 static char *bootinfo = NULL; variable
|
/netbsd-src/sys/arch/pmax/stand/common/ |
H A D | bootinfo.c | 38 static char *bootinfo = NULL; variable
|
/netbsd-src/sys/arch/cobalt/stand/boot/ |
H A D | bootinfo.c | 39 static char *bootinfo = NULL; variable
|
/netbsd-src/sys/arch/mmeye/stand/boot/ |
H A D | bootinfo.c | 39 static char *bootinfo = NULL; variable
|
/netbsd-src/sys/arch/newsmips/stand/boot/ |
H A D | bootinfo.c | 37 static char *bootinfo = NULL; variable
|
/netbsd-src/sys/arch/sparc/stand/boot/ |
H A D | bootinfo.c | 39 static char *bootinfo = NULL; variable
|
/netbsd-src/sys/arch/sparc/stand/ofwboot/ |
H A D | bootinfo.c | 40 static char *bootinfo = NULL; variable
|