Searched defs:bootinfo (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/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
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfreebsd.h40 #define RB_BOOTINFO 0x80000000 /* have `struct bootinfo *' arg */
74 * A zero bootinfo field often means that there is no info available.
78 struct bootinfo struct
/illumos-gate/usr/src/boot/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;
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dzfsboot.c28 #include <machine/bootinfo.h>
100 static struct bootinfo bootinfo; variable in typeref:struct:bootinfo
276 bootinfo.bi_version = BOOTINFO_VERSION;
277 bootinfo.bi_size = sizeof(bootinfo);
278 bootinfo.bi_basemem = bios_basemem / 1024;
279 bootinfo.bi_extmem = bios_extmem / 1024;
280 bootinfo.bi_memsizes_valid++;
281 bootinfo
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Dvtoc.h79 uint32_t bootinfo[3]; member in struct:vtoc8

Completed in 79 milliseconds