Home
last modified time | relevance | path

Searched refs:bops (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c2137 bootops_t *bops = &bootop; in _start() local
2202 bops->bsys_version = BO_VERSION; in _start()
2203 bops->boot_mem = &bm; in _start()
2204 bops->bsys_alloc = do_bsys_alloc; in _start()
2205 bops->bsys_free = do_bsys_free; in _start()
2206 bops->bsys_getproplen = do_bsys_getproplen; in _start()
2207 bops->bsys_getprop = do_bsys_getprop; in _start()
2208 bops->bsys_nextprop = do_bsys_nextprop; in _start()
2209 bops->bsys_printf = bop_printf; in _start()
2210 bops->bsys_doint = do_bsys_doint; in _start()
[all …]
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_fb.c334 boot_fb_shadow_init(bootops_t *bops) in boot_fb_shadow_init() argument
339 fb_info.shadow_fb = (uint8_t *)bops->bsys_alloc(NULL, NULL, in boot_fb_shadow_init()