Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/virt68k/virt68k/
H A Dbootinfo.c136 struct bi_mem_info *m = bootinfo_dataptr(bi); in bootinfo_add_mem()
160 struct bi_mem_info *rd = bootinfo_dataptr(bi); in bootinfo_add_initrd()
232 struct bi_virt_dev *vd = bootinfo_dataptr(bi); in bootinfo_gf_tty_consinit()
422 struct bi_data *rnd = bootinfo_dataptr(bi); in bootinfo_setup_rndseed()
446 const char *sp = bootinfo_dataptr(bi); in bootinfo_getarg()
/netbsd-src/sys/arch/virt68k/dev/
H A Dmainbus.c113 struct bi_virt_dev *vd = bootinfo_dataptr(bi); in mainbus_attach_gfpic()
137 struct bi_virt_dev *vd = bootinfo_dataptr(bi); in mainbus_attach_gfother()
205 struct bi_virt_dev *vd = bootinfo_dataptr(bi); in mainbus_attach_other()
/netbsd-src/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))