Home
last modified time | relevance | path

Searched defs:bootconfig (Results 1 – 25 of 42) sorted by relevance

12

/netbsd-src/sys/arch/acorn32/include/
H A Dbootconfig.h52 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 Dbootconfig.h52 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 Dofwgencfg_machdep.c100 BootConfig bootconfig; variable
/netbsd-src/sys/arch/evbarm/mmnet/
H A Dmmnet_machdep.c136 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/evbarm/mpcsa/
H A Dmpcsa_machdep.c159 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/hpcarm/hpcarm/
H A Dhpc_machdep.c74 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/evbarm/integrator/
H A Dintegrator_machdep.c119 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/shark/shark/
H A Dshark_machdep.c122 BootConfig bootconfig; variable
/netbsd-src/sys/arch/cats/cats/
H A Dcats_machdep.c120 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/evbarm/iq80310/
H A Diq80310_machdep.c130 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/evbarm/bcm53xx/
H A Dbcm53xx_machdep.c84 BootConfig bootconfig; variable
/netbsd-src/sys/arch/evbarm/imx31/
H A Dimx31lk_machdep.c170 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/evbarm/viper/
H A Dviper_machdep.c174 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/evbarm/ixdp425/
H A Dixdp425_machdep.c125 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/evbarm/ixm1200/
H A Dixm1200_machdep.c146 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/evbarm/npwr_fc/
H A Dnpwr_fc_machdep.c131 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/evbarm/adi_brh/
H A Dbrh_machdep.c133 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/evbarm/imx23_olinuxino/
H A Dimx23_olinuxino_machdep.c112 BootConfig bootconfig; variable
/netbsd-src/sys/arch/evbarm/iq80321/
H A Diq80321_machdep.c131 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/evbarm/hdl_g/
H A Dhdlg_machdep.c131 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_machdep.c166 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/evbarm/tsarm/
H A Dtsarm_machdep.c148 struct bootconfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/evbarm/nslu2/
H A Dnslu2_machdep.c155 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/epoc32/epoc32/
H A Dmachdep.c86 BootConfig bootconfig; /* Boot config storage */ variable
/netbsd-src/sys/arch/evbarm/lubbock/
H A Dlubbock_machdep.c175 BootConfig bootconfig; /* Boot config storage */ variable

12