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.c2115 bootops_t *bops = &bootop; in _start() local
2180 bops->bsys_version = BO_VERSION; in _start()
2181 bops->boot_mem = &bm; in _start()
2182 bops->bsys_alloc = do_bsys_alloc; in _start()
2183 bops->bsys_free = do_bsys_free; in _start()
2185 bops->bsys_getprop = do_bsys_getprop; in _start()
2186 bops->bsys_nextprop = do_bsys_nextprop; in _start()
2187 bops->bsys_printf = bop_printf; in _start()
2188 bops->bsys_doint = do_bsys_doint; in _start()
2193 bops->bsys_ealloc = do_bsys_ealloc; 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()