/netbsd-src/sys/arch/acorn32/include/ |
H A D | bootconfig.h | 52 struct bootconfig { struct 53 u_int magic; 54 u_int version; /* version 2+ */ 56 u_char machine_id[4]; /* unique machine Id */ 57 char kernelname[80]; 58 char args[512]; /* 512 bytes is better than 4096 */ 60 u_int kernvirtualbase; /* not used now */ 61 u_int kernphysicalbase; /* not used now */ 62 u_int kernsize; 63 u_int scratchvirtualbase; /* not used now */ [all …]
|
/netbsd-src/sys/arch/iyonix/include/ |
H A D | bootconfig.h | 52 struct bootconfig { struct 53 u_int magic; 54 u_int version; /* version 2+ */ 56 u_char machine_id[4]; /* unique machine Id */ 57 char kernelname[80]; 58 char args[512]; /* 512 bytes is better than 4096 */ 60 u_int kernvirtualbase; /* not used now */ 61 u_int kernphysicalbase; /* not used now */ 62 u_int kernsize; 63 u_int scratchvirtualbase; /* not used now */ [all …]
|
/netbsd-src/sys/arch/arm/ofw/ |
H A D | ofwgencfg_machdep.c | 100 BootConfig bootconfig; variable
|
/netbsd-src/sys/arch/evbarm/mmnet/ |
H A D | mmnet_machdep.c | 136 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/evbarm/mpcsa/ |
H A D | mpcsa_machdep.c | 159 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/hpcarm/hpcarm/ |
H A D | hpc_machdep.c | 74 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/evbarm/integrator/ |
H A D | integrator_machdep.c | 119 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/shark/shark/ |
H A D | shark_machdep.c | 122 BootConfig bootconfig; variable
|
/netbsd-src/sys/arch/cats/cats/ |
H A D | cats_machdep.c | 120 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/evbarm/iq80310/ |
H A D | iq80310_machdep.c | 130 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/evbarm/bcm53xx/ |
H A D | bcm53xx_machdep.c | 84 BootConfig bootconfig; variable
|
/netbsd-src/sys/arch/evbarm/imx31/ |
H A D | imx31lk_machdep.c | 170 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/evbarm/viper/ |
H A D | viper_machdep.c | 174 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/evbarm/ixdp425/ |
H A D | ixdp425_machdep.c | 125 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/evbarm/ixm1200/ |
H A D | ixm1200_machdep.c | 146 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/evbarm/npwr_fc/ |
H A D | npwr_fc_machdep.c | 131 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/evbarm/adi_brh/ |
H A D | brh_machdep.c | 133 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/evbarm/imx23_olinuxino/ |
H A D | imx23_olinuxino_machdep.c | 112 BootConfig bootconfig; variable
|
/netbsd-src/sys/arch/evbarm/iq80321/ |
H A D | iq80321_machdep.c | 131 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/evbarm/hdl_g/ |
H A D | hdlg_machdep.c | 131 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/evbarm/g42xxeb/ |
H A D | g42xxeb_machdep.c | 166 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/evbarm/tsarm/ |
H A D | tsarm_machdep.c | 148 struct bootconfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/evbarm/nslu2/ |
H A D | nslu2_machdep.c | 155 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/epoc32/epoc32/ |
H A D | machdep.c | 86 BootConfig bootconfig; /* Boot config storage */ variable
|
/netbsd-src/sys/arch/evbarm/lubbock/ |
H A D | lubbock_machdep.c | 175 BootConfig bootconfig; /* Boot config storage */ variable
|