Lines Matching refs:ErrorF
147 ErrorF("calling card BIOS at: "); in run_bios_int()
160 ErrorF("0x%x:%lx\n", X86_CS, X86_EIP); in run_bios_int()
231 ErrorF(" rep_insb(%#x) %" PRIu32 " bytes at %8.8" PRIx32 " %s\n", in port_rep_inb()
248 ErrorF(" rep_insw(%#x) %" PRIu32 " bytes at %8.8" PRIx32 " %s\n", in port_rep_inw()
265 ErrorF(" rep_insl(%#x) %" PRIu32 " bytes at %8.8" PRIx32 " %s\n", in port_rep_inl()
282 ErrorF(" rep_outb(%#x) %" PRIu32 " bytes at %8.8" PRIx32 " %s\n", in port_rep_outb()
299 ErrorF(" rep_outw(%#x) %" PRIu32 " bytes at %8.8" PRIx32 " %s\n", in port_rep_outw()
316 ErrorF(" rep_outl(%#x) %" PRIu32 " bytes at %8.8" PRIx32 " %s\n", in port_rep_outl()
335 ErrorF(" inb(%#x) = %2.2x\n", port, val); in x_inb()
351 ErrorF(" inb(%#x) = %2.2x\n", port, val); in x_inb()
374 ErrorF(" inw(%#x) = %4.4x\n", port, val); in x_inw()
394 ErrorF(" outb(%#x, %2.2x)\n", port, val); in x_outb()
408 ErrorF(" outb(%#x, %2.2x)\n", port, val); in x_outb()
419 ErrorF(" outw(%#x, %4.4x)\n", port, val); in x_outw()
432 ErrorF(" inl(%#x) = %8.8" PRIx32 "\n", port, (unsigned) val); in x_inl()
442 ErrorF(" outl(%#x, %8.8" PRIx32 ")\n", port, (unsigned) val); in x_outl()
529 ErrorF(" cfg_inl(%#" PRIx32 ") = %8.8" PRIx32 "\n", (unsigned) PciCfg1Addr, in pciCfg1in()
545 ErrorF(" cfg_outl(%#" PRIx32 ", %8.8" PRIx32 ")\n", (unsigned) PciCfg1Addr, in pciCfg1out()
570 ErrorF(" cfg_inw(%#" PRIx32 ") = %4.4x\n", (unsigned) (PciCfg1Addr + offset), in pciCfg1inw()
592 ErrorF(" cfg_outw(%#" PRIx32 ", %4.4x)\n", (unsigned) (PciCfg1Addr + offset), in pciCfg1outw()
617 ErrorF(" cfg_inb(%#" PRIx32 ") = %2.2x\n", (unsigned) (PciCfg1Addr + offset), in pciCfg1inb()
639 ErrorF(" cfg_outb(%#" PRIx32 ", %2.2x)\n", (unsigned) (PciCfg1Addr + offset), in pciCfg1outb()