Searched refs:bm_type (Results 1 – 5 of 5) sorted by relevance
1173 modules[bi->bi_module_cnt].bm_type = BMT_FONT; in dboot_find_console_modules()1175 modules[bi->bi_module_cnt].bm_type = BMT_ENV; in dboot_find_console_modules()1310 type_to_str(modules[i].bm_type), in check_images()1315 if (modules[i].bm_type == BMT_HASH || in check_images()1383 modules[midx].bm_type = BMT_FILE; in process_module()1409 modules[midx].bm_type = BMT_ROOTFS; in process_module()1411 modules[midx].bm_type = BMT_HASH; in process_module()1413 modules[midx].bm_type = BMT_ENV; in process_module()1415 modules[midx].bm_type = BMT_FONT; in process_module()1451 if (modules[0].bm_type != BMT_FILE || in fixup_modules()[all …]
88 boot_module_type_t bm_type; member
1379 if (benv == NULL || benv->bm_type != BMT_ENV) in process_boot_environment()1554 if (bm[i].bm_type == BMT_ROOTFS) { in build_boot_properties()1558 if (bm[i].bm_type == BMT_HASH || in build_boot_properties()1559 bm[i].bm_type == BMT_FONT || in build_boot_properties()1563 if (bm[i].bm_type == BMT_ENV) { in build_boot_properties()
567 if (modules[i].bm_type == BMT_ENV) in bcons_init_env()
91 if (modules[i].bm_type == BMT_FONT) in xbi_init_font()