Lines Matching defs:bi
106 mainbus_attach_gfpic(struct bi_record *bi, void *v)
113 struct bi_virt_dev *vd = bootinfo_dataptr(bi);
116 if (bi->bi_tag == BI_VIRT_GF_PIC_BASE) {
130 mainbus_attach_gfother(struct bi_record *bi, void *v)
137 struct bi_virt_dev *vd = bootinfo_dataptr(bi);
140 switch (bi->bi_tag) {
198 mainbus_attach_other(struct bi_record *bi, void *v)
205 struct bi_virt_dev *vd = bootinfo_dataptr(bi);
208 switch (bi->bi_tag) {
235 if (bi->bi_tag >= BI_MACHDEP(0)) {
237 "unknown bootinfo tag: 0x%08x\n", bi->bi_tag);