Home
last modified time | relevance | path

Searched refs:EPRINTLN (Results 1 – 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_fbuf.c232 EPRINTLN("pci_fbuf: munmap_memseg failed"); in pci_fbuf_baraddr()
238 EPRINTLN("pci_fbuf: mmap_memseg failed"); in pci_fbuf_baraddr()
265 EPRINTLN("fbuf: Invalid IPv6 address: \"%s\"", in pci_fbuf_parse_config()
274 EPRINTLN( in pci_fbuf_parse_config()
281 EPRINTLN("fbuf: Invalid IPv6 address: \"%s\"", in pci_fbuf_parse_config()
293 EPRINTLN( in pci_fbuf_parse_config()
318 EPRINTLN("fbuf: Invalid vga setting: \"%s\"", value); in pci_fbuf_parse_config()
327 EPRINTLN("fbuf: width %d too large", sc->memregs.width); in pci_fbuf_parse_config()
338 EPRINTLN("fbuf: height %d too large", in pci_fbuf_parse_config()
385 EPRINTLN("Only one frame buffer device is allowed."); in pci_fbuf_init()
[all …]
H A Dvirtio.c301 EPRINTLN( in vq_getchain()
320 EPRINTLN( in vq_getchain()
332 EPRINTLN( in vq_getchain()
340 EPRINTLN( in vq_getchain()
385 EPRINTLN( in vq_getchain()
617 EPRINTLN( in vi_pci_read()
621 EPRINTLN( in vi_pci_read()
737 EPRINTLN( in vi_pci_write()
745 EPRINTLN( in vi_pci_write()
784 EPRINTLN( in vi_pci_write()
[all …]
H A Dpci_virtio_9p.c218 EPRINTLN("virtio-9p: allocation failure: %s", in pci_vt9p_notify()
251 EPRINTLN( in pci_vt9p_legacy_config()
297 EPRINTLN("virtio-9p: path required"); in pci_vt9p_init()
302 EPRINTLN("virtio-9p: failed to open '%s': %s", value, in pci_vt9p_init()
309 EPRINTLN("virtio-9p: share name required"); in pci_vt9p_init()
313 EPRINTLN("virtio-9p: share name too long"); in pci_vt9p_init()
323 EPRINTLN("virtio-9p: soft state allocation failure: %s", in pci_vt9p_init()
329 EPRINTLN("virtio-9p: vsc_config allocation failure: %s", in pci_vt9p_init()
H A Dpctestdev.c98 EPRINTLN("Only one pc-testdev device is allowed."); in pctestdev_init()
105 EPRINTLN("pc-testdev: Failed to obtain IOAPIC pin count."); in pctestdev_init()
111 EPRINTLN("pc-testdev: Unsupported IOAPIC pin count: %d.", in pctestdev_init()
H A Dbootrom.c223 EPRINTLN("Error opening bootrom \"%s\": %s", in bootrom_loadrom()
229 EPRINTLN("Could not fstat bootrom file \"%s\": %s", romfile, in bootrom_loadrom()
281 EPRINTLN("Incomplete read of page %d of bootrom " in bootrom_loadrom()
H A Dpci_virtio_console.c296 EPRINTLN("vtcon: Invalid port %s", port_name); in pci_vtcon_sock_add()
303 EPRINTLN("vtcon: required path missing for port %ld", port); in pci_vtcon_sock_add()
373 EPRINTLN("vtcon: required name missing for port %ld", port); in pci_vtcon_sock_add()
674 EPRINTLN("vtcon: port %s requires a path", name); in pci_vtcon_legacy_config_port()
678 EPRINTLN("vtcon: too many ports"); in pci_vtcon_legacy_config_port()
766 EPRINTLN("cannot create port %s: %s", in pci_vtcon_init()
H A Dmptbl.c313 EPRINTLN("mptable requires mapped mem"); in mptable_build()
324 EPRINTLN("MPtable is incompatible with " in mptable_build()
326 EPRINTLN("MPtable generation can be disabled " in mptable_build()
H A Dpci_virtio_viona.c303 EPRINTLN("viona: bad control RX data"); in pci_viona_control_rx()
323 EPRINTLN("viona: unrecognised RX control cmd %u", in pci_viona_control_rx()
366 EPRINTLN("viona: bad control MAC data"); in pci_viona_control_mac()
399 EPRINTLN("viona: unrecognised MAC control cmd %u", in pci_viona_control_mac()
437 EPRINTLN("viona: bad control chain, len=%d, w=%d, r=%d", in pci_viona_control()
444 EPRINTLN("viona: control header too short: %u", iov[0].iov_len); in pci_viona_control()
466 EPRINTLN("viona: unrecognised control class %u, cmd %u", in pci_viona_control()
H A Dpci_lpc.c300 EPRINTLN("Unable to allocate resources for " in lpc_init()
313 EPRINTLN("Unable to initialize backend '%s' " in lpc_init()
561 EPRINTLN("Only one LPC bridge is allowed."); in pci_lpc_init()
571 EPRINTLN("LPC bridge can be present only on bus 0."); in pci_lpc_init()
H A Dps2kbd.c286 EPRINTLN("Unhandled ps2 keyboard current " in ps2kbd_write()
331 EPRINTLN("Unhandled ps2 keyboard command " in ps2kbd_write()
376 EPRINTLN("Unhandled ps2 keyboard keysym 0x%x", keysym); in ps2kbd_keysym_queue()
H A Ddebug.h43 #define EPRINTLN(fmt, arg...) FPRINTLN(stderr, fmt, ##arg) macro
H A Dblock_if.c609 EPRINTLN("Invalid sector size \"%s\"", ssval); in blockif_open()
618 EPRINTLN("Invalid sector size \"%s\"", ssval); in blockif_open()
622 EPRINTLN("Invalid sector size \"%s\"", ssval); in blockif_open()
634 EPRINTLN("Missing \"path\" for block device."); in blockif_open()
778 EPRINTLN("Invalid sector size %d/%d", in blockif_open()
792 EPRINTLN("Sector size %d incompatible " in blockif_open()
860 EPRINTLN("blockif_resized: get mediasize failed: %s", in blockif_resized()
H A Dnet_utils.c59 EPRINTLN("Invalid MAC %s", mac_str); in net_parsemac()
H A Dpci_uart.c115 EPRINTLN("Unable to initialize backend '%s' for " in pci_uart_init()
H A Dxmsr.c257 EPRINTLN("Unknown cpu vendor \"%s\"", cpu_vendor); in init_msr()
H A Dps2mouse.c293 EPRINTLN("Unhandled ps2 mouse current " in ps2mouse_write()
362 EPRINTLN("Unhandled ps2 mouse command " in ps2mouse_write()
H A Dpci_nvme.c608 EPRINTLN("%s: error setting subnqn (%d)", __func__, ret); in pci_nvme_init_ctrldata()
942 EPRINTLN("%s unknown AEN notice type %u", in pci_nvme_aen_process()
978 EPRINTLN("%s unknown AEN type %u", __func__, atype); in pci_nvme_aen_process()
1091 EPRINTLN("%s: illegal ASQS value %#x (aqa=%#x)", __func__, in pci_nvme_init_controller()
1100 EPRINTLN("%s: ASQ vm_map_gpa(%lx) failed", __func__, in pci_nvme_init_controller()
1121 EPRINTLN("%s: ACQ vm_map_gpa(%lx) failed", __func__, in pci_nvme_init_controller()
3161 EPRINTLN("nvme: Invalid qsz option %d", in pci_nvme_parse_config()
3170 EPRINTLN("Invalid ioslots option %d", sc->ioslots); in pci_nvme_parse_config()
3203 EPRINTLN("Invalid bootindex %d", atoi(value)); in pci_nvme_parse_config()
3218 EPRINTLN("nvme: Unable to allocate RAM"); in pci_nvme_parse_config()
[all …]
H A Dpci_emul.c224 EPRINTLN("Invalid PCI slot info field \"%s\"", aopt); in pci_parse_slot_usage()
315 EPRINTLN("pci slot %d:%d:%d: unknown device \"%s\"", bnum, snum, in pci_parse_slot()
324 EPRINTLN("pci slot %d:%d:%d already occupied!", bnum, snum, in pci_parse_slot()
1502 EPRINTLN("pci slot %d:%d:%d: missing " in init_pci()
1508 EPRINTLN("pci slot %d:%d:%d: unknown " in init_pci()
1514 EPRINTLN("pci slot %d:%d:%d: legacy " in init_pci()
H A Dsmbiostbl.c679 EPRINTLN("Invalid UUID"); in smbios_type1_initializer()
924 EPRINTLN("smbios table requires mapped mem"); in smbios_build()
H A Dpci_xhci.c2772 EPRINTLN( in pci_xhci_parse_devices()
2780 EPRINTLN("pci_xhci: invalid slot '%s'", name); in pci_xhci_parse_devices()
2785 EPRINTLN("pci_xhci: duplicate slot '%s'", name); in pci_xhci_parse_devices()
2792 EPRINTLN( in pci_xhci_parse_devices()
2800 EPRINTLN("pci_xhci: unknown device model \"%s\"", in pci_xhci_parse_devices()
H A Dpci_virtio_scsi.c714 EPRINTLN("Invalid bootindex %d", atoi(value)); in pci_vtscsi_init()
H A Dtask_switch.c1000 EPRINTLN("Task switch to 16-bit TSS not supported"); in vmexit_task_switch()
H A Dpci_passthru.c713 EPRINTLN("passthru: invalid path \"%s\"", name); in passthru_legacy_config()
H A Dnet_backends.c1160 EPRINTLN("DLPI bounce buffer was too small! - needed %x bytes", in be_dlpi_peek_recvlen()
H A Dpci_ahci.c2380 EPRINTLN("Missing or invalid type for port %d: \"%s\"", in pci_ahci_legacy_config()