Searched refs:btinfo (Results 1 - 14 of 14) sorted by relevance

/src/sys/arch/zaurus/stand/zboot/
H A Dbootinfo.h34 struct btinfo { struct
39 extern struct btinfo *bootinfo;
41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \
H A Dbootinfo.c32 struct btinfo *bootinfo;
37 struct btinfo_common *btinfo; local in function:bi_find
41 btinfo = (struct btinfo_common *)(bootinfo->entry[i]);
42 if (btinfo->type == type) {
/src/sys/arch/landisk/stand/boot/
H A Dbootinfo.h34 struct btinfo { struct
39 extern struct btinfo *bootinfo;
41 #define BI_ALLOC(max) (bootinfo = ALLOC(sizeof(struct btinfo) \
H A Dbootinfo.c34 struct btinfo *bootinfo;
/src/sys/arch/epoc32/epoc32/
H A Dmachdep.c164 struct btinfo_common *btinfo = &bootinfo; local in function:initarm
182 while (btinfo->type != BTINFO_NONE) {
183 switch (btinfo->type) {
185 model = (struct btinfo_model *)btinfo;
186 btinfo = &(model + 1)->common;
192 memory = (struct btinfo_memory *)btinfo;
193 btinfo = &(memory + 1)->common;
205 video = (struct btinfo_video *)btinfo;
206 btinfo = &(video + 1)->common;
212 args = (struct btinfo_bootargs *)btinfo;
[all...]
/src/sys/arch/sandpoint/sandpoint/
H A Dmachdep.c121 initppc(u_int startkernel, u_int endkernel, u_int args, void *btinfo) argument
124 struct btinfo_magic *bi_magic = btinfo;
130 if ((unsigned)btinfo != 0 && (unsigned)btinfo < startkernel
132 memcpy(bootinfo, btinfo, sizeof(bootinfo));
/src/sys/arch/bebox/bebox/
H A Dmachdep.c106 initppc(u_long startkernel, u_long endkernel, u_int args, void *btinfo) argument
111 memcpy(bootinfo, btinfo, sizeof (bootinfo));
/src/sys/arch/mvmeppc/mvmeppc/
H A Dmachdep.c109 initppc(u_long startkernel, u_long endkernel, void *btinfo) argument
114 memcpy(&bootinfo, btinfo, sizeof(bootinfo));
/src/sys/arch/ibmnws/ibmnws/
H A Dmachdep.c88 initppc(u_long startkernel, u_long endkernel, u_int args, void *btinfo) argument
/src/sys/arch/prep/prep/
H A Dmachdep.c114 initppc(u_long startkernel, u_long endkernel, u_int args, void *btinfo) argument
120 memcpy(bootinfo, btinfo, sizeof(bootinfo));
/src/sys/arch/rs6000/rs6000/
H A Dmachdep.c203 initppc(u_long startkernel, u_long endkernel, u_int args, void *btinfo) argument
217 memcpy(bootinfo, btinfo, sizeof(bootinfo));
/src/sys/arch/evbppc/pmppc/
H A Dmachdep.c163 initppc(u_int startkernel, u_int endkernel, u_int args, void *btinfo) argument
/src/sys/arch/evbppc/ev64260/
H A Dmachdep.c198 initppc(u_int startkernel, u_int endkernel, u_int args, void *btinfo) argument
/src/sys/arch/evbppc/nintendo/
H A Dmachdep.c378 initppc(u_int startkernel, u_int endkernel, u_int args, void *btinfo) argument

Completed in 10 milliseconds