Searched refs:bootinfo_dataptr (Results 1 – 3 of 3) sorted by relevance
136 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()
113 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()
148 #define bootinfo_dataptr(bi) ((void *)&(bi)->bi_data[0]) macro149 #define bootinfo_get_u32(bi) (*(uint32_t *)bootinfo_dataptr(bi))