Lines Matching defs:bi_unit
64 struct btinfo_bootdev_unit bi_unit;
372 memset(&bi_unit, 0, sizeof(bi_unit));
409 bi_unit.phandle = phandle;
410 bi_unit.parent = OF_parent(phandle);
411 bi_unit.lun = units[cnt > 2 ? 3 : 1];
412 bi_unit.target = units[cnt > 2 ? 2 : 0];
414 bi_unit.wwn = (uint64_t)units[0] << 32 | (uint32_t)units[1];
417 bi_unit.phandle, bi_unit.parent, bi_unit.lun, bi_unit.target,
418 bi_unit.wwn));