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

/netbsd-current/sys/arch/virt68k/include/
H A Dbootinfo.h148 #define bootinfo_dataptr(bi) ((void *)&(bi)->bi_data[0]) macro
149 #define bootinfo_get_u32(bi) (*(uint32_t *)bootinfo_dataptr(bi))
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dbootinfo.c134 struct bi_mem_info *m = bootinfo_dataptr(bi);
158 struct bi_mem_info *rd = bootinfo_dataptr(bi);
230 struct bi_virt_dev *vd = bootinfo_dataptr(bi);
420 struct bi_data *rnd = bootinfo_dataptr(bi);
444 const char *sp = bootinfo_dataptr(bi);
/netbsd-current/sys/arch/virt68k/dev/
H A Dmainbus.c113 struct bi_virt_dev *vd = bootinfo_dataptr(bi);
137 struct bi_virt_dev *vd = bootinfo_dataptr(bi);
205 struct bi_virt_dev *vd = bootinfo_dataptr(bi);

Completed in 117 milliseconds