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