Lines Matching refs:bm
93 struct bsys_mem bm; variable
1221 struct boot_modules *bm, *rdbm; in build_boot_properties() local
1243 bm = xbp->bi_modules; in build_boot_properties()
1246 if (bm[i].bm_type == BMT_ROOTFS) { in build_boot_properties()
1247 rdbm = &bm[i]; in build_boot_properties()
1250 if (bm[i].bm_type == BMT_HASH || bm[i].bm_name == NULL) in build_boot_properties()
1255 bsetprops(modid, (char *)bm[i].bm_name); in build_boot_properties()
1258 bsetprop64(modid, (uint64_t)(uintptr_t)bm[i].bm_addr); in build_boot_properties()
1261 bsetprop64(modid, (uint64_t)bm[i].bm_size); in build_boot_properties()
1564 struct boot_modules *bm = xbp->bi_modules; in relocate_boot_archive() local
1590 va = (uintptr_t)bm->bm_addr; in relocate_boot_archive()
1591 len = bm->bm_size; in relocate_boot_archive()
1831 bm.physinstalled = xbp->bi_phys_install; in _start()
1832 bm.pcimem = xbp->bi_pcimem; in _start()
1833 bm.rsvdmem = xbp->bi_rsvdmem; in _start()
1834 bm.physavail = NULL; in _start()
1861 bops->boot_mem = &bm; in _start()