Searched refs:bootinfo (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-9.3-release/sys/pc98/include/
H A Dbootinfo.h6 #include <i386/bootinfo.h>
/freebsd-9.3-release/sys/boot/ia64/ski/
H A Dskimd.c37 extern void efi_stub_init(struct bootinfo *);
60 ia64_platform_bootinfo(struct bootinfo *bi, struct bootinfo **res)
62 static struct bootinfo bootinfo; local
69 *res = &bootinfo;
H A Dlibski.h47 struct bootinfo;
/freebsd-9.3-release/sys/ia64/include/
H A Dbootinfo.h29 struct bootinfo { struct
55 extern struct bootinfo *bootinfo;
/freebsd-9.3-release/sys/boot/ia64/common/
H A Dlibia64.h33 #include <ia64/include/bootinfo.h>
44 int ia64_platform_bootinfo(struct bootinfo *, struct bootinfo **);
57 int ia64_bootinfo(struct preloaded_file *, struct bootinfo **);
/freebsd-9.3-release/release/powerpc/
H A Dgenerate-hfs.sh31 cat > bootinfo.txt << EOF
35 <VERSION> $FreeBSD: head/sys/boot/powerpc/boot1.chrp/bootinfo.txt 184490 2008-10
49 hcopy bootinfo.txt :bootinfo.txt
51 hattrib -c chrp -t tbxi bootinfo.txt
54 rm bootinfo.txt
/freebsd-9.3-release/sys/boot/powerpc/boot1.chrp/
H A Dgenerate-hfs.sh33 echo 'Bootinfo START' | dd of=bootinfo.txt.tmp cbs=$CHRPBOOT_SIZE count=1 conv=block
37 hcopy bootinfo.txt.tmp :bootinfo.txt
38 hattrib -c chrp -t tbxi bootinfo.txt
41 rm bootinfo.txt.tmp
H A DMakefile29 boot1.hfs: boot1.elf bootinfo.txt
35 dd if=${.CURDIR}/bootinfo.txt of=${.TARGET} seek=${BOOTINFO_OFFSET} \
/freebsd-9.3-release/sys/ia64/ia64/
H A Defi.c33 #include <machine/bootinfo.h>
130 status = ia64_efi_physical(setvirt, bootinfo->bi_memmap_size,
131 bootinfo->bi_memdesc_size, bootinfo->bi_memdesc_version,
132 ia64_tpa(bootinfo->bi_memmap));
166 if (bootinfo->bi_memmap == 0)
168 md = (struct efi_md *)bootinfo->bi_memmap;
177 if (bootinfo->bi_memmap == 0)
179 md = (struct efi_md *)(bootinfo->bi_memmap + bootinfo
[all...]
/freebsd-9.3-release/sys/boot/userboot/userboot/
H A Dlibuserboot.h48 struct bootinfo;
50 extern int bi_load(struct bootinfo *, struct preloaded_file *);
/freebsd-9.3-release/sys/boot/i386/common/
H A Dbootargs.h28 #define BA_BOOTINFO 20 /* offsetof(struct bootargs, bootinfo) */
29 #define BI_SIZE 48 /* offsetof(struct bootinfo, bi_size) */
33 * and certain data that could hang off them. Currently only struct bootinfo
34 * is supported in that category. The bootinfo is placed at the top
37 * for bootinfo and the arguments to not run into each other.
58 uint32_t bootinfo; member in struct:bootargs
/freebsd-9.3-release/sys/i386/include/
H A Dbootinfo.h44 * A zero bootinfo field often means that there is no info available.
48 struct bootinfo { struct
78 extern struct bootinfo bootinfo;
/freebsd-9.3-release/sys/mips/include/
H A Dbootinfo.h45 /* Extended OLV bootinfo struct. The data area includes a list of named
68 * A zero bootinfo field often means that there is no info available.
72 struct bootinfo { struct
95 extern struct bootinfo bootinfo;
/freebsd-9.3-release/sys/i386/i386/
H A Dautoconf.c68 #include <machine/bootinfo.h>
143 bios_geom = bootinfo.bi_bios_geom[i];
163 printf(" %d accounted for\n", bootinfo.bi_n_bios_used);
H A Dgenassym.c59 #include <machine/bootinfo.h>
198 ASSYM(BOOTINFO_SIZE, sizeof(struct bootinfo));
199 ASSYM(BI_VERSION, offsetof(struct bootinfo, bi_version));
200 ASSYM(BI_KERNELNAME, offsetof(struct bootinfo, bi_kernelname));
201 ASSYM(BI_NFS_DISKLESS, offsetof(struct bootinfo, bi_nfs_diskless));
202 ASSYM(BI_ENDCOMMON, offsetof(struct bootinfo, bi_endcommon));
204 ASSYM(BI_SIZE, offsetof(struct bootinfo, bi_size));
205 ASSYM(BI_SYMTAB, offsetof(struct bootinfo, bi_symtab));
206 ASSYM(BI_ESYMTAB, offsetof(struct bootinfo, bi_esymtab));
207 ASSYM(BI_KERNEND, offsetof(struct bootinfo, bi_kernen
[all...]
/freebsd-9.3-release/sys/boot/i386/loader/
H A Dmain.c38 #include <machine/bootinfo.h>
53 CTASSERT(offsetof(struct bootargs, bootinfo) == BA_BOOTINFO);
55 CTASSERT(offsetof(struct bootinfo, bi_size) == BI_SIZE);
62 static struct bootinfo *initial_bootinfo;
92 initial_bootinfo = kargs->bootinfo ? (struct bootinfo *)PTOV(kargs->bootinfo) : NULL;
146 if (kargs->bootinfo == 0) {
221 if (kargs->bootinfo == 0) {
/freebsd-9.3-release/sys/boot/pc98/loader/
H A Dmain.c38 #include <machine/bootinfo.h>
50 CTASSERT(offsetof(struct bootargs, bootinfo) == BA_BOOTINFO);
52 CTASSERT(offsetof(struct bootinfo, bi_size) == BI_SIZE);
59 static struct bootinfo *initial_bootinfo;
104 initial_bootinfo = kargs->bootinfo ? (struct bootinfo *)PTOV(kargs->bootinfo) : NULL;
157 if (kargs->bootinfo == 0) {
219 if (kargs->bootinfo == 0) {
/freebsd-9.3-release/sys/boot/i386/gptboot/
H A Dgptboot.c24 #include <machine/bootinfo.h>
88 static struct bootinfo bootinfo; variable in typeref:struct:bootinfo
151 bootinfo.bi_version = BOOTINFO_VERSION;
152 bootinfo.bi_size = sizeof(bootinfo);
153 bootinfo.bi_basemem = 0; /* XXX will be filled by loader or kernel */
154 bootinfo.bi_extmem = memsize();
155 bootinfo.bi_memsizes_valid++;
282 bootinfo
[all...]
/freebsd-9.3-release/sys/boot/i386/efi/
H A Defimd.c36 #include <machine/bootinfo.h>
59 ldr_bootinfo(struct bootinfo *bi, uint64_t *bi_addr)
79 bisz = (sizeof(struct bootinfo) + 0x0f) & ~0x0f;
82 * Allocate enough pages to hold the bootinfo block and the memory
104 * Read the memory map and stash it after bootinfo. Align the
105 * memory map on a 16-byte boundary (the bootinfo block is page
H A Delf32_freebsd.c34 #include <machine/bootinfo.h>
/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c28 #include <machine/bootinfo.h>
98 static struct bootinfo bootinfo; variable in typeref:struct:bootinfo
465 bootinfo.bi_version = BOOTINFO_VERSION;
466 bootinfo.bi_size = sizeof(bootinfo);
467 bootinfo.bi_basemem = bios_basemem / 1024;
468 bootinfo.bi_extmem = bios_extmem / 1024;
469 bootinfo.bi_memsizes_valid++;
470 bootinfo
[all...]
/freebsd-9.3-release/sys/powerpc/booke/
H A Dplatform_bare.c62 extern uint32_t *bootinfo;
181 if (bootinfo != NULL) {
182 if (bootinfo[0] == 1) {
184 ticks = bootinfo[3] >> 3;
187 ticks = bootinfo[5] >> 3;
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A Dboot2.c26 #include <machine/bootinfo.h>
137 static struct bootinfo bootinfo; variable in typeref:struct:bootinfo
372 bootinfo.bi_bios_geom[i] = bd_getbigeom(i);
374 bootinfo.bi_version = BOOTINFO_VERSION;
375 bootinfo.bi_size = sizeof(bootinfo);
485 bootinfo.bi_symtab = VTOP(p);
501 bootinfo.bi_esymtab = VTOP(p);
507 bootinfo
[all...]
/freebsd-9.3-release/sys/mips/mips/
H A Dmachdep.c82 #include <machine/bootinfo.h>
172 struct bootinfo bootinfo; variable in typeref:struct:bootinfo
260 SYSCTL_STRUCT(_machdep, OID_AUTO, bootinfo, CTLFLAG_RD, &bootinfo,
261 bootinfo, "Bootinfo struct: kernel filename, BIOS harddisk geometry, etc");
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot2.c25 #include <machine/bootinfo.h>
135 static struct bootinfo bootinfo; variable in typeref:struct:bootinfo
235 bootinfo.bi_version = BOOTINFO_VERSION;
236 bootinfo.bi_size = sizeof(bootinfo);
346 bootinfo.bi_symtab = VTOP(p);
362 bootinfo.bi_esymtab = VTOP(p);
368 bootinfo.bi_kernelname = VTOP(kname);
369 bootinfo
[all...]

Completed in 141 milliseconds

123