Lines Matching refs:bop_printf

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()
806 bop_printf(bootops_t *bop, const char *fmt, ...) in bop_printf() function
830 bop_printf(NULL, fmt, ap); in bop_panic()
833 bop_printf(NULL, "\nPress any key to reboot.\n"); in bop_panic()
835 bop_printf(NULL, "Resetting...\n"); in bop_panic()
1046 bop_printf(NULL, in xen_ip_props()
1084 bop_printf(NULL, "unsupported mac type %d, mac len %d\n", in setup_rarp_props()
1722 bop_printf(NULL, "Stack traceback:\n"); in bop_traceback()
1729 bop_printf(NULL, " %s+%lx", ksym, off); in bop_traceback()
1731 bop_printf(NULL, " 0x%lx", pc); in bop_traceback()
1735 bop_printf(NULL, "\n"); in bop_traceback()
1743 bop_printf(NULL, "("); in bop_traceback()
1745 bop_printf(NULL, ","); in bop_traceback()
1746 bop_printf(NULL, "0x%lx", frame->arg[a]); in bop_traceback()
1748 bop_printf(NULL, ")"); in bop_traceback()
1750 bop_printf(NULL, "\n"); in bop_traceback()
1778 bop_printf(NULL, "Unexpected trap\n"); in bop_trap()
1786 bop_printf(NULL, "error code 0x%lx\n", in bop_trap()
1789 bop_printf(NULL, "instruction pointer 0x%lx\n", tf->inst_ptr); in bop_trap()
1790 bop_printf(NULL, "code segment 0x%lx\n", tf->code_seg & 0xffff); in bop_trap()
1791 bop_printf(NULL, "flags register 0x%lx\n", tf->flags_reg); in bop_trap()
1793 bop_printf(NULL, "return %%rsp 0x%lx\n", tf->stk_ptr); in bop_trap()
1794 bop_printf(NULL, "return %%ss 0x%lx\n", tf->stk_seg & 0xffff); in bop_trap()
1800 bop_printf(NULL, "Attempting stack backtrace:\n"); in bop_trap()
1913 bops->bsys_printf = bop_printf; in _start()
2079 bop_printf(NULL, in find_rsdp()
2271 bop_printf(NULL, "MADT type %d\n", item->Type); in process_madt_entries()
2442 bop_printf(NULL, "SRAT type %d\n", item->Type); in process_srat()