Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dbootinfo.h50 struct bootinfo { struct
51 u_int32_t bi_version;
52 u_int32_t bi_kernelname; /* represents a char * */
53 u_int32_t bi_nfs_diskless; /* struct nfs_diskless * */
56 u_int32_t bi_n_bios_used;
80 extern struct bootinfo bootinfo; argument
/f-stack/freebsd/mips/include/
H A Dbootinfo.h57 struct bootinfo { struct
62 /* bootinfo contents. */ argument
84 extern struct bootinfo bootinfo; argument
/f-stack/freebsd/i386/i386/
H A Dlocore.s74 bootinfo: .space BOOTINFO_SIZE /* bootinfo that we can handle */ label
/f-stack/freebsd/mips/mips/
H A Dmachdep.c173 struct bootinfo bootinfo; variable
/f-stack/freebsd/sys/disk/
H A Dvtoc.h79 uint32_t bootinfo[3]; member