Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/i386/include/
H A Dbootinfo.h48 struct bootinfo { struct
49 u_int32_t bi_version;
50 u_int32_t bi_kernelname; /* represents a char * */
51 u_int32_t bi_nfs_diskless; /* struct nfs_diskless * */
54 u_int32_t bi_n_bios_used;
78 extern struct bootinfo bootinfo; argument
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfreebsd.h78 struct bootinfo struct
80 unsigned int bi_version;
81 unsigned char *bi_kernelname;
85 unsigned int bi_n_bios_used;
87 unsigned int bi_size;
89 unsigned char bi_bios_dev;
90 unsigned char bi_pad[2];
91 unsigned long bi_basemem;
92 unsigned long bi_extmem;
93 unsigned long bi_symtab;
[all …]
/illumos-gate/usr/src/boot/i386/common/
H A Dbootargs.h55 uint32_t bootinfo; member
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c93 static struct bootinfo bootinfo; variable
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c115 static struct bootinfo bootinfo; variable
/illumos-gate/usr/src/boot/sys/sys/
H A Dvtoc.h78 uint32_t bootinfo[3]; member