Home
last modified time | relevance | path

Searched refs:btinfo_model (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/arch/epoc32/stand/e32boot/exe/
H A De32boot.cpp132 struct btinfo_model *model; in E32BootL()
153 model = (struct btinfo_model *)FindBootInfoL(bootinfo, BTINFO_MODEL); in E32BootL()
329 struct btinfo_model *model; in CreateBootInfo()
343 common->len = sizeof(struct btinfo_model); in CreateBootInfo()
345 model = (struct btinfo_model *)common; in CreateBootInfo()
/netbsd-src/sys/arch/epoc32/include/
H A Dbootinfo.h48 struct btinfo_model { struct
/netbsd-src/sys/arch/sandpoint/include/
H A Dbootinfo.h95 struct btinfo_model { struct
/netbsd-src/sys/arch/epoc32/epoc32/
H A Dmachdep.c165 struct btinfo_model *model = NULL; in initarm()
185 model = (struct btinfo_model *)btinfo; in initarm()
/netbsd-src/sys/arch/sandpoint/sandpoint/
H A Dautoconf.c58 static struct btinfo_model *bi_model;
H A Dmachdep.c224 struct btinfo_model *bi_model; in cpu_startup()
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dbrdsetup.c758 extern struct btinfo_model bi_model; in synopcifix()
901 extern struct btinfo_model bi_model; in synolaunch()
H A Dmain.c79 struct btinfo_model bi_model;