Searched refs:bops (Results 1 – 2 of 2) sorted by relevance
2115 bootops_t *bops = &bootop; in _start() local2180 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()2184 bops->bsys_getproplen = do_bsys_getproplen; 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()[all …]
334 boot_fb_shadow_init(bootops_t *bops) in boot_fb_shadow_init() argument339 fb_info.shadow_fb = (uint8_t *)bops->bsys_alloc(NULL, NULL, in boot_fb_shadow_init()