Searched defs:bootinfo (Results 1 – 5 of 5) sorted by relevance
50 struct bootinfo { struct51 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
57 struct bootinfo { struct62 /* bootinfo contents. */ argument84 extern struct bootinfo bootinfo; argument
74 bootinfo: .space BOOTINFO_SIZE /* bootinfo that we can handle */ label
173 struct bootinfo bootinfo; variable
79 uint32_t bootinfo[3]; member