Searched refs:bootinfo_get_u32 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/virt68k/virt68k/
H A Dbootinfo.c95 switch (bootinfo_get_u32(bi)) {
107 switch (bootinfo_get_u32(bi)) {
119 switch (bootinfo_get_u32(bi)) {
259 bootinfo_machtype = bootinfo_get_u32(bi);
H A Dmachdep.c397 qvers = bootinfo_get_u32(bi);
/netbsd-current/sys/arch/virt68k/include/
H A Dbootinfo.h149 #define bootinfo_get_u32(bi) (*(uint32_t *)bootinfo_dataptr(bi)) macro

Completed in 127 milliseconds