Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1006 bi->bi_module_cnt = 1; in init_mem_alloc()
1009 bi->bi_module_cnt = 0; in init_mem_alloc()
1012 DBG(bi->bi_module_cnt); in init_mem_alloc()
1160 bi->bi_module_cnt = 0; in dboot_find_console_modules()
1167 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()
1175 modules[bi->bi_module_cnt].bm_addr = in dboot_find_console_modules()
1177 modules[bi->bi_module_cnt].bm_size = mod_end - mod_start; in dboot_find_console_modules()
1178 modules[bi->bi_module_cnt].bm_name = in dboot_find_console_modules()
1180 modules[bi->bi_module_cnt].bm_hash = in dboot_find_console_modules()
[all …]
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootinfo.h109 uint32_t bi_module_cnt; member
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1295 i < xbi->bi_module_cnt; i++, modp++) { in save_boot_info()
1528 if (xbp->bi_module_cnt > 0) { in build_boot_properties()
1531 for (midx = i = 0; i < xbp->bi_module_cnt; i++) { in build_boot_properties()
1571 if (xbp->bi_module_cnt > 1) { in build_boot_properties()
1929 if (xbp->bi_module_cnt < 1) { in relocate_boot_archive()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c565 for (i = 0; i < xbi->bi_module_cnt; i++) { in bcons_init_env()
569 if (i == xbi->bi_module_cnt) in bcons_init_env()
H A Dboot_fb.c90 for (i = 0; i < xbi->bi_module_cnt; i++) { in xbi_init_font()
94 if (i == xbi->bi_module_cnt) in xbi_init_font()