Searched refs:bsys_printf (Results 1 – 4 of 4) sorted by relevance
139 void (*bsys_printf)(struct bootops *, const char *, ...); member166 #define BOP_PUTSARG(bop, msg, arg) ((bop)->bsys_printf)(bop, msg, arg)
59 bootops.bsys_printf = (uint32_t)(uintptr_t)boot_fail; in setup_bootops()
91 uint32_t bsys_printf; member
1913 bops->bsys_printf = bop_printf; in _start()