Home | History | Annotate | Download | only in hpcboot

Lines Matching defs:bi

85 	menu.setup_bootinfo(_boot_arg->bi);
86 _boot_arg->bi.bi_cnuse = _cons->getBootConsole();
88 _boot_arg->bootinfo = ptokv(p + offsetof(struct BootArgs, bi));
91 struct bootinfo &bi = _boot_arg->bi;
93 bi.fb_width, bi.fb_height, bi.fb_type, bi.fb_line_bytes,
94 bi.fb_addr));
95 DPRINTF((TEXT("console = %d\n"), bi.bi_cnuse));