Home
last modified time | relevance | path

Searched refs:bop_printf (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c78 #define DBG_MSG(s) { if (kbm_debug) bop_printf(NULL, "%s", s); }
80 bop_printf(NULL, "%s is %" PRIx64 "\n", #x, (uint64_t)(x)); \
326 bop_printf(NULL, "do_bsys_free(virt=0x%p, size=0x%lx) ignored\n", in do_bsys_free()
732 bop_printf(NULL, "\nBoot properties:\n"); in boot_prop_finish()
735 bop_printf(NULL, "\t0x%p %s = ", (void *)name, name); in boot_prop_finish()
738 bop_printf(NULL, "len=%d ", v_len); in boot_prop_finish()
740 bop_printf(NULL, "%s\n", value); in boot_prop_finish()
751 bop_printf(bootops_t *bop, const char *fmt, ...) in bop_printf() function
775 bop_printf(NULL, fmt, ap); in bop_panic()
778 bop_printf(NULL, "\nPress any key to reboot.\n"); in bop_panic()
[all …]
/onnv-gate/usr/src/uts/common/krtld/
H A Dkobj_subr.c112 _kobj_printf = (void (*)(void *, const char *, ...))bop_printf; in kobj_setup_standalone_vectors()
/onnv-gate/usr/src/uts/intel/sys/
H A Dbootconf.h233 extern void bop_printf(struct bootops *, const char *, ...)
/onnv-gate/usr/src/uts/sun/sys/
H A Dbootconf.h110 extern void bop_printf(void *ops, const char *fmt, ...);
/onnv-gate/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.c54 bop_printf(NULL, "kboot_mmu.c: %s is %" PRIx64 "\n", #x, (uint64_t)(x));
/onnv-gate/usr/src/uts/sparc/os/
H A Dbootops.c430 bop_printf(void *ops, const char *fmt, ...) in bop_printf() function