Searched refs:bop_printf (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 86 #define DBG_MSG(s) { if (kbm_debug) bop_printf(NULL, "%s", s); } 88 bop_printf(NULL, "%s is %" PRIx64 "\n", #x, (uint64_t)(x)); \ 344 bop_printf(NULL, "do_bsys_free(virt=0x%p, size=0x%lx) ignored\n", in do_bsys_free() 612 bop_printf(NULL, "\nBoot properties:\n"); in boot_prop_display() 615 bop_printf(NULL, "\t0x%p %s = ", (void *)name, name); in boot_prop_display() 619 bop_printf(NULL, "len=%d ", len); in boot_prop_display() 626 bop_printf(NULL, "%08x", buf32[i]); in boot_prop_display() 628 bop_printf(NULL, "."); in boot_prop_display() 632 bop_printf(NULL, "%s", buffer); in boot_prop_display() 638 bop_printf(NULL, "%016" PRIx64, buf64[i]); in boot_prop_display() [all …]
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_subr.c | 117 _kobj_printf = bop_printf; in kobj_setup_standalone_vectors()
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 237 extern void bop_printf(void *, const char *, ...)
|
/illumos-gate/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 112 extern void bop_printf(void *ops, const char *fmt, ...);
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | kboot_mmu.c | 56 bop_printf(NULL, "kboot_mmu.c: %s is %" PRIx64 "\n", #x, (uint64_t)(x));
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | bootops.c | 436 bop_printf(void *ops, const char *fmt, ...) in bop_printf() function
|