Lines Matching defs:bop_printf

78 #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",
732 bop_printf(NULL, "\nBoot properties:\n");
735 bop_printf(NULL, "\t0x%p %s = ", (void *)name, name);
738 bop_printf(NULL, "len=%d ", v_len);
740 bop_printf(NULL, "%s\n", value);
751 bop_printf(bootops_t *bop, const char *fmt, ...)
775 bop_printf(NULL, fmt, ap);
778 bop_printf(NULL, "\nPress any key to reboot.\n");
780 bop_printf(NULL, "Resetting...\n");
991 bop_printf(NULL,
1029 bop_printf(NULL, "unsupported mac type %d, mac len %d\n",
1589 bop_printf(NULL, "Stack traceback:\n");
1596 bop_printf(NULL, " %s+%lx", ksym, off);
1598 bop_printf(NULL, " 0x%lx", pc);
1602 bop_printf(NULL, "\n");
1610 bop_printf(NULL, "(");
1612 bop_printf(NULL, ",");
1613 bop_printf(NULL, "0x%lx", frame->arg[a]);
1615 bop_printf(NULL, ")");
1617 bop_printf(NULL, "\n");
1645 bop_printf(NULL, "Unexpected trap\n");
1653 bop_printf(NULL, "error code 0x%lx\n",
1656 bop_printf(NULL, "instruction pointer 0x%lx\n", tf->inst_ptr);
1657 bop_printf(NULL, "code segment 0x%lx\n", tf->code_seg & 0xffff);
1658 bop_printf(NULL, "flags register 0x%lx\n", tf->flags_reg);
1660 bop_printf(NULL, "return %%rsp 0x%lx\n", tf->stk_ptr);
1661 bop_printf(NULL, "return %%ss 0x%lx\n", tf->stk_seg & 0xffff);
1667 bop_printf(NULL, "Attempting stack backtrace:\n");
1780 bops->bsys_printf = bop_printf;
1820 bop_printf(NULL, "\nBoot properties:\n");
1823 bop_printf(NULL, "\t0x%p %s = ", (void *)name, name);
1826 bop_printf(NULL, "len=%d ", len);
1830 bop_printf(NULL, "%c", *cp);
1832 bop_printf(NULL, "-0x%x-", *cp);
1834 bop_printf(NULL, "\n");