Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbmips/sbmips/
H A Dautoconf.h59 struct bootinfo_v1 { struct
72 struct bootinfo_v1_int { argument
/netbsd-src/sys/arch/sbmips/include/
H A Dautoconf.h59 struct bootinfo_v1 { struct
72 struct bootinfo_v1_int { argument
/netbsd-src/sys/arch/alpha/include/
H A Dautoconf.h68 struct bootinfo_v1 { struct
69 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 …]
/netbsd-src/sys/arch/alpha/stand/common/
H A Dboot.c60 struct bootinfo_v1 bootinfo_v1; variable