Home
last modified time | relevance | path

Searched defs:bootinfo (Results 1 – 25 of 77) sorted by relevance

1234

/netbsd-src/sys/arch/ia64/include/
H A Dbootinfo.h30 struct bootinfo { struct
52 extern struct bootinfo bootinfo; argument
/netbsd-src/sys/arch/ews4800mips/include/
H A Dbootinfo.h35 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 Dbootinfo.h40 struct bootinfo { struct
60 extern struct bootinfo *bootinfo; argument
/netbsd-src/sys/arch/hppa/stand/boot/
H A Dbootinfo.h40 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 Dbootinfo.c39 struct bootinfo bootinfo; variable
/netbsd-src/sys/arch/i386/stand/lib/
H A Dbootinfo.h31 struct bootinfo { struct
36 extern struct bootinfo *bootinfo; argument
H A Dbootinfo.c35 struct bootinfo *bootinfo; variable
/netbsd-src/sys/arch/hppa/include/
H A Dbootinfo.h70 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 Dkloader.h33 struct bootinfo { struct
37 #include <machine/bootinfo.h> argument
86 struct bootinfo bootinfo; member
/netbsd-src/sys/arch/landisk/include/
H A Dbootinfo.h65 struct bootinfo { struct
71 void *lookup_bootinfo(int type); argument
/netbsd-src/sys/arch/zaurus/include/
H A Dbootinfo.h77 struct bootinfo { struct
85 void *lookup_bootinfo(int type); argument
/netbsd-src/sys/arch/bebox/stand/boot/
H A Dboot.c77 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 De32boot.cpp131 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 De32boot.cpp151 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 Dbootinfo.c34 struct btinfo *bootinfo; variable
/netbsd-src/sys/arch/sgimips/stand/common/
H A Dbootinfo.c38 struct btinfo_common *bootinfo; /* bootinfo address */ variable
/netbsd-src/sys/arch/arc/stand/boot/
H A Dbootinfo.c38 struct btinfo_common *bootinfo; /* bootinfo address */ variable
/netbsd-src/sys/arch/emips/stand/common/
H A Dbootinfo.c38 char *bootinfo = NULL; variable
/netbsd-src/sys/arch/mipsco/stand/common/
H A Dbootinfo.c38 static char *bootinfo = NULL; variable
/netbsd-src/sys/arch/pmax/stand/common/
H A Dbootinfo.c38 static char *bootinfo = NULL; variable
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dbootinfo.c39 static char *bootinfo = NULL; variable
/netbsd-src/sys/arch/mmeye/stand/boot/
H A Dbootinfo.c39 static char *bootinfo = NULL; variable
/netbsd-src/sys/arch/newsmips/stand/boot/
H A Dbootinfo.c37 static char *bootinfo = NULL; variable
/netbsd-src/sys/arch/sparc/stand/boot/
H A Dbootinfo.c39 static char *bootinfo = NULL; variable
/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dbootinfo.c40 static char *bootinfo = NULL; variable

1234