Home
last modified time | relevance | path

Searched defs:bootinfo_v1 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/arch/alpha/include/
H A Dautoconf.h69 struct bootinfo_v1 { struct
70 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 …]
/openbsd-src/sys/arch/alpha/stand/boot/
H A Dboot.c60 struct bootinfo_v1 bootinfo_v1; variable
/openbsd-src/sys/arch/alpha/stand/nboot/
H A Dmachdep.c142 static struct bootinfo_v1 bootinfo_v1; in run_loadfile() local