Searched refs:bop_printf (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 83 #define DBG_MSG(s) { if (kbm_debug) bop_printf(NULL, "%s", s); } 85 bop_printf(NULL, "%s is %" PRIx64 "\n", #x, (uint64_t)(x)); \ 346 bop_printf(NULL, "do_bsys_free(virt=0x%p, size=0x%lx) ignored\n", in do_bsys_free() 582 bop_printf(NULL, "\nBoot properties:\n"); in boot_prop_display() 585 bop_printf(NULL, "\t0x%p %s = ", (void *)name, name); in boot_prop_display() 588 bop_printf(NULL, "len=%d ", len); in boot_prop_display() 591 bop_printf(NULL, "%s\n", buffer); in boot_prop_display() 595 bop_printf(NULL, "%02x", buffer[i] & 0xff); in boot_prop_display() 597 bop_printf(NULL, "."); in boot_prop_display() 599 bop_printf(NULL, "\n"); in boot_prop_display() [all …]
|
/titanic_50/usr/src/uts/common/krtld/ |
H A D | kobj_subr.c | 112 _kobj_printf = (void (*)(void *, const char *, ...))bop_printf; in kobj_setup_standalone_vectors()
|
/titanic_50/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 233 extern void bop_printf(struct bootops *, const char *, ...)
|
/titanic_50/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 112 extern void bop_printf(void *ops, const char *fmt, ...);
|
/titanic_50/usr/src/uts/i86pc/vm/ |
H A D | kboot_mmu.c | 54 bop_printf(NULL, "kboot_mmu.c: %s is %" PRIx64 "\n", #x, (uint64_t)(x));
|
/titanic_50/usr/src/uts/sparc/os/ |
H A D | bootops.c | 430 bop_printf(void *ops, const char *fmt, ...) in bop_printf() function
|