Home
last modified time | relevance | path

Searched refs:WPRINTF (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_input.c83 #define WPRINTF(params) PRINTLN params macro
196 WPRINTF(("%s: invalid descriptor: %d", __func__, n)); in pci_vtinput_notify_statusq()
226 WPRINTF(("%s: failed gettimeofday", __func__)); in pci_vtinput_notify_statusq()
229 WPRINTF(("%s: failed to write host_event", __func__)); in pci_vtinput_notify_statusq()
479 WPRINTF(("%s: realloc memory for eventqueue failed!", in vtinput_eventqueue_add_event()
520 WPRINTF(( in vtinput_eventqueue_send_events()
535 WPRINTF( in vtinput_eventqueue_send_events()
682 WPRINTF(("%s: init mutexattr failed", __func__)); in pci_vtinput_init()
686 WPRINTF(("%s: settype mutexattr failed", __func__)); in pci_vtinput_init()
690 WPRINTF(("%s: init mutex failed", __func__)); in pci_vtinput_init()
[all …]
H A Dnet_backends.c189 #define WPRINTF(params) PRINTLN params macro
286 WPRINTF(("Could open socket")); in tap_init()
315 WPRINTF(("Could not register event")); in tap_init()
491 WPRINTF(("path must be provided")); in ng_init()
518 WPRINTF(("can't connect to node")); in ng_init()
528 WPRINTF(("can't get socket flags")); in ng_init()
559 WPRINTF(("can't set TX buffer size")); in ng_init()
565 WPRINTF(("can't set RX buffer size")); in ng_init()
580 WPRINTF(("Could not register event")); in ng_init()
722 WPRINTF(("Could not register event")); in netmap_init()
[all …]
H A Dpci_virtio_viona.c223 WPRINTF("ioctl viona ring %d reset failed %d", in pci_viona_ring_reset()
289 WPRINTF("ioctl viona set promisc failed %d", errno); in pci_viona_eval_promisc()
519 WPRINTF("pci_viona_poll_thread poll() error %d", in pci_viona_poll_thread()
544 WPRINTF("ioctl viona vq %d intr " in pci_viona_poll_thread()
593 WPRINTF("open viona ctl failed: %d", errno); in pci_viona_viona_init()
602 WPRINTF("ioctl viona create failed %d", errno); in pci_viona_viona_init()
709 WPRINTF("virtio-viona: vnic required"); in pci_viona_init()
722 WPRINTF("could not open /dev/dld"); in pci_viona_init()
802 WPRINTF("could not allocate virtio BAR"); in pci_viona_init()
927 WPRINTF("ioctl viona ring %d kick failed %d", in pci_viona_qnotify()
[all …]
H A Dpci_virtio_scsi.c90 #define WPRINTF(msg, params...) PRINTLN("virtio-scsi: " msg, ##params) macro
91 #define DPRINTF(msg, params...) if (pci_vtscsi_debug) WPRINTF(msg, ##params)
366 WPRINTF("ignoring truncated control request"); in pci_vtscsi_control_handle()
374 WPRINTF("ignoring tmf request with size %zu", bufsize); in pci_vtscsi_control_handle()
383 WPRINTF("ignoring AN request with size %zu", bufsize); in pci_vtscsi_control_handle()
454 WPRINTF("CTL_IO: err=%d (%s)", errno, strerror(errno)); in pci_vtscsi_tmf_handle()
483 WPRINTF("ignoring request with insufficient output"); in pci_vtscsi_request_handle()
487 WPRINTF("ignoring request with incomplete header"); in pci_vtscsi_request_handle()
556 WPRINTF("CTL_IO: err=%d (%s)", errno, strerror(errno)); in pci_vtscsi_request_handle()
725 WPRINTF("cannot open %s: %s", devname, strerror(errno)); in pci_vtscsi_init()
H A Dpci_nvme.c96 #define WPRINTF(fmt, args...) PRINTLN(fmt, ##args) macro
488 WPRINTF("%s: SQ allocation failed", __func__); in pci_nvme_init_queues()
511 WPRINTF("%s: CQ allocation failed", __func__); in pci_nvme_init_queues()
1252 WPRINTF("%s queue index %u > num_squeues %u", in nvme_opc_create_io_sq()
1326 WPRINTF("%s queue index %u / num_cqueues %u", in nvme_opc_delete_io_cq()
1366 WPRINTF("%s queue index %u > num_cqueues %u", in nvme_opc_create_io_cq()
2802 WPRINTF("%s unhandled io command 0x%x", in pci_nvme_handle_io_cmd()
2828 WPRINTF("%s queue index %lu overflow from " in pci_nvme_handle_doorbell()
2842 WPRINTF("%s SQ index %lu overflow from " in pci_nvme_handle_doorbell()
2851 WPRINTF("%s queue index %lu overflow from " in pci_nvme_handle_doorbell()
[all …]
H A Dpci_virtio_rnd.c69 #define WPRINTF(params) PRINTLN params macro
170 WPRINTF(("vtrnd: /dev/random not ready, read(): %d", len)); in pci_vtrnd_init()
H A Dpci_e82545.c1153 WPRINTF("final descriptor too short (%d) -- dropped", in e82545_transmit()
1217 WPRINTF("tx too many descriptors (%d > %d) -- dropped", in e82545_transmit()
1248 WPRINTF("TSO hdrlen too large: %d", hdrlen); in e82545_transmit()
1263 WPRINTF("TSO hdrlen too small for vlan insertion " in e82545_transmit()
1285 WPRINTF("TSO hdrlen too small for IP fields (%d) " in e82545_transmit()
1291 WPRINTF("TSO hdrlen too small for TCP fields " in e82545_transmit()
1297 WPRINTF("TSO hdrlen too small for UDP fields " in e82545_transmit()
1303 WPRINTF("TSO hdrlen too small for TCP/UDP fields " in e82545_transmit()
1308 WPRINTF("TSO hdrlen too small for TCP/UDP fields " in e82545_transmit()
1315 WPRINTF("packet too small for writable header"); in e82545_transmit()
[all …]
H A Dpci_xhci.c66 #define WPRINTF(params) PRINTLN params macro
483 WPRINTF(("pci_xhci: portregs_write to unpowered " in pci_xhci_portregs_write()
2298 WPRINTF(("pci_xhci: write RO-CAPs offset %ld", offset)); in pci_xhci_write()
2306 WPRINTF(("pci_xhci: write invalid offset %ld", offset)); in pci_xhci_write()
2530 WPRINTF(("pci_xhci: read invalid offset %ld", offset)); in pci_xhci_read()
2766 WPRINTF(("pci_xhci max number of USB 2 or 3 " in pci_xhci_parse_devices()
2816 WPRINTF(("pci_xhci max number of USB 2 devices " in pci_xhci_parse_devices()
2825 WPRINTF(("pci_xhci max number of USB 3 devices " in pci_xhci_parse_devices()
2855 WPRINTF(("pci_xhci no USB devices configured")); in pci_xhci_parse_devices()
2882 WPRINTF(("pci_xhci controller already defined")); in pci_xhci_init()
H A Dpci_virtio_net.c99 #define WPRINTF(params) PRINTLN params macro
371 WPRINTF(("netbe_recv: expected %zd bytes, " in pci_vtnet_rx()
H A Dpci_ahci.c119 #define WPRINTF(format, arg...) printf(format, ##arg) macro
343 WPRINTF("unsupported fis type %d", ft); in ahci_write_fis()
1800 WPRINTF("Unsupported cmd:%02x", cfis[2]); in ahci_handle_cmd()
1845 WPRINTF("Not a H2D FIS:%02x", cfis[0]); in ahci_handle_slot()
2132 WPRINTF("pci_ahci_port: read only registers 0x%"PRIx64"", offset); in pci_ahci_port_write()
2207 WPRINTF("pci_ahci: unknown i/o write offset 0x%"PRIx64"", offset); in pci_ahci_write()
2305 WPRINTF("pci_ahci: unknown i/o read offset 0x%"PRIx64"", in pci_ahci_read()
H A Dpci_virtio_console.c94 #define WPRINTF(params) PRINTLN params macro
546 WPRINTF(("VTCON_PORT_READY event for unknown port %d", in pci_vtcon_control_tx()
H A Dpci_virtio_9p.c71 #define WPRINTF(params) printf params macro
H A Dpci_virtio_block.c175 #define WPRINTF(params) PRINTLN params macro
H A Dusb_mouse.c48 #define WPRINTF(params) PRINTLN params macro