Home
last modified time | relevance | path

Searched refs:bm_type (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1173 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 …]
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootinfo.h88 boot_module_type_t bm_type; member
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1379 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()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c567 if (modules[i].bm_type == BMT_ENV) in bcons_init_env()
H A Dboot_fb.c91 if (modules[i].bm_type == BMT_FONT) in xbi_init_font()