Lines Matching defs:bi
331 HpcMenuInterface::setup_bootinfo(struct bootinfo &bi)
337 memset(&bi, 0, sizeof(struct bootinfo));
338 bi.length = sizeof(struct bootinfo);
339 bi.reserved = 0;
340 bi.magic = BOOTINFO_MAGIC;
341 bi.fb_addr = fb.addr();
342 bi.fb_type = fb.type();
343 bi.fb_line_bytes = fb.linebytes();
344 bi.fb_width = fb.width();
345 bi.fb_height = fb.height();
346 bi.platid_cpu = _pref.platid_hi;
347 bi.platid_machine = _pref.platid_lo;
348 bi.timezone = tz.Bias;
350 bi.timezone += tz.DaylightBias;