Lines Matching refs:bops
2115 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()
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()
2193 bops->bsys_ealloc = do_bsys_ealloc; in _start()
2214 boot_fb_shadow_init(bops); in _start()
2232 _kobj_boot(&bop_sysp, NULL, bops, NULL); in _start()