Searched defs:bootinfo_v1 (Results 1 – 4 of 4) sorted by relevance
59 struct bootinfo_v1 { struct72 struct bootinfo_v1_int { argument
68 struct bootinfo_v1 { struct69 u_long ssym; /* 0: start of kernel sym table */70 u_long esym; /* 8: end of kernel sym table */71 char boot_flags[64]; /* 16: boot flags */72 char booted_kernel[64]; /* 80: name of booted kernel */73 void *hwrpb; /* 144: hwrpb pointer (BEVA) */74 u_long hwrpbsize; /* 152: size of hwrpb data */75 int (*cngetc)(void); /* 160: console getc pointer */76 void (*cnputc)(int); /* 168: console putc pointer */77 void (*cnpollc)(int); /* 176: console pollc pointer */[all …]
60 struct bootinfo_v1 bootinfo_v1; variable