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

/src/sys/arch/virt68k/include/
H A Dbootinfo.h159 #define bootinfo_get_u32(bi) (*(uint32_t *)bootinfo_dataptr(bi)) macro
/src/sys/arch/virt68k/virt68k/
H A Dbootinfo.c94 switch (bootinfo_get_u32(bi)) {
106 switch (bootinfo_get_u32(bi)) {
118 switch (bootinfo_get_u32(bi)) {
283 bid->bootinfo_machtype = bootinfo_get_u32(bi);
H A Dmachdep.c419 qvers = bootinfo_get_u32(bi);

Completed in 5 milliseconds