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.c1167 modules[bi->bi_module_cnt].bm_type = BMT_FONT; in dboot_find_console_modules()
1169 modules[bi->bi_module_cnt].bm_type = BMT_ENV; in dboot_find_console_modules()
1304 type_to_str(modules[i].bm_type), in check_images()
1309 if (modules[i].bm_type == BMT_HASH || in check_images()
1377 modules[midx].bm_type = BMT_FILE; in process_module()
1403 modules[midx].bm_type = BMT_ROOTFS; in process_module()
1405 modules[midx].bm_type = BMT_HASH; in process_module()
1407 modules[midx].bm_type = BMT_ENV; in process_module()
1409 modules[midx].bm_type = BMT_FONT; in process_module()
1445 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.c1378 if (benv == NULL || benv->bm_type != BMT_ENV) in process_boot_environment()
1532 if (bm[i].bm_type == BMT_ROOTFS) { in build_boot_properties()
1536 if (bm[i].bm_type == BMT_HASH || in build_boot_properties()
1537 bm[i].bm_type == BMT_FONT || in build_boot_properties()
1541 if (bm[i].bm_type == BMT_ENV) { in build_boot_properties()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c566 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()