Searched refs:bsys_printf (Results 1 – 4 of 4) sorted by relevance
138 void (*bsys_printf)(struct bootops *, const char *, ...); member165 #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()
89 uint32_t bsys_printf; member
1867 bops->bsys_printf = bop_printf; in _start()