Lines Matching refs:bootops_t
92 bootops_t bootop; /* simple bootops we'll pass on to kernel */
275 do_bsys_alloc(bootops_t *bop, caddr_t virthint, size_t size, int align) in do_bsys_alloc()
342 do_bsys_free(bootops_t *bop, caddr_t virt, size_t size) in do_bsys_free()
353 do_bsys_ealloc(bootops_t *bop, caddr_t virthint, size_t size, in do_bsys_ealloc()
443 do_bsys_getproplen(bootops_t *bop, const char *name) in do_bsys_getproplen()
460 do_bsys_getprop(bootops_t *bop, const char *name, void *value) in do_bsys_getprop()
478 do_bsys_nextprop(bootops_t *bop, char *name) in do_bsys_nextprop()
804 bop_printf(bootops_t *bop, const char *fmt, ...) in bop_printf()
847 do_bsys_doint(bootops_t *bop, int intnum, struct bop_regs *rp) in do_bsys_doint()
1795 bootops_t *bops = &bootop; in _start()
1916 no_more_alloc(bootops_t *bop, caddr_t virthint, size_t size, int align) in no_more_alloc()
1924 no_more_free(bootops_t *bop, caddr_t virt, size_t size) in no_more_free()