Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bhyve/
Dnet_backends.c169 #define WPRINTF(params) PRINTLN params macro
212 WPRINTF(("TAP backend requires non-NULL callback")); in tap_init()
221 WPRINTF(("open of tap device %s failed", tbuf)); in tap_init()
230 WPRINTF(("tap device O_NONBLOCK failed")); in tap_init()
245 WPRINTF(("Could not register event")); in tap_init()
428 WPRINTF(("Unable to set vnet header length %d", in netmap_set_vnet_hdr_len()
485 WPRINTF(("Unable to nm_open(): interface '%s', errno (%s)", in netmap_init()
500 WPRINTF(("Could not register event")); in netmap_init()
537 WPRINTF(("No space, drop %zu bytes", count_iov(iov, iovcnt))); in netmap_send()
578 WPRINTF(("No space, drop %zu bytes", in netmap_send()
[all …]
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)
367 WPRINTF("ignoring truncated control request"); in pci_vtscsi_control_handle()
375 WPRINTF("ignoring tmf request with size %zu", bufsize); in pci_vtscsi_control_handle()
384 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()
484 WPRINTF("ignoring request with insufficient output"); in pci_vtscsi_request_handle()
488 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()
718 WPRINTF("cannot open %s: %s", devname, strerror(errno)); in pci_vtscsi_init()
Dpci_nvme.c90 #define WPRINTF(fmt, args...) PRINTLN(fmt, ##args) macro
403 WPRINTF("%s: clamping number of SQ from %u to %u", in pci_nvme_init_queues()
413 WPRINTF("%s: SQ allocation failed", __func__); in pci_nvme_init_queues()
426 WPRINTF("%s: clamping number of CQ from %u to %u", in pci_nvme_init_queues()
436 WPRINTF("%s: CQ allocation failed", __func__); in pci_nvme_init_queues()
890 WPRINTF("%s NOT PERMITTED queue id %u / num_squeues %u", in nvme_opc_delete_io_sq()
913 WPRINTF("%s queue index %u > num_squeues %u", in nvme_opc_create_io_sq()
968 WPRINTF("%s unsupported non-contig (list-based) " in nvme_opc_create_io_sq()
986 WPRINTF("%s queue index %u / num_cqueues %u", in nvme_opc_delete_io_cq()
1016 WPRINTF("%s unsupported non-contig (list-based) " in nvme_opc_create_io_cq()
[all …]
Dpci_virtio_rnd.c70 #define WPRINTF(params) PRINTLN params macro
175 WPRINTF(("vtrnd: /dev/random not ready, read(): %d", len)); in pci_vtrnd_init()
Dpci_e82545.c233 #define WPRINTF(msg,params...) PRINTLN("e82545: " msg, ##params) macro
234 #define DPRINTF(msg,params...) if (e82545_debug) WPRINTF(msg, params)
1151 WPRINTF("final descriptor too short (%d) -- dropped", in e82545_transmit()
1215 WPRINTF("tx too many descriptors (%d > %d) -- dropped", in e82545_transmit()
1246 WPRINTF("TSO hdrlen too large: %d", hdrlen); in e82545_transmit()
1261 WPRINTF("TSO hdrlen too small for vlan insertion " in e82545_transmit()
1283 WPRINTF("TSO hdrlen too small for IP fields (%d) " in e82545_transmit()
1289 WPRINTF("TSO hdrlen too small for TCP fields " in e82545_transmit()
1295 WPRINTF("TSO hdrlen too small for UDP fields " in e82545_transmit()
1301 WPRINTF("TSO hdrlen too small for TCP/UDP fields " in e82545_transmit()
[all …]
Drfb.c77 #define WPRINTF(params) PRINTLN params macro
361 WPRINTF(("zlib[rect] deflate err: %d", err)); in rfb_send_rect()
445 WPRINTF(("zlib deflate err: %d", err)); in rfb_send_all()
846 WPRINTF(("Auth not supported, no OpenSSL in your system")); in rfb_handle()
907 WPRINTF(("rfb unknown cli-code %d!", buf[0] & 0xff)); in rfb_handle()
Dpci_virtio_block.c165 #define WPRINTF(params) PRINTLN params macro
403 WPRINTF(("virtio-block: backing device required")); in pci_vtblk_init()
Dpci_virtio_net.c96 #define WPRINTF(params) PRINTLN params macro
333 WPRINTF(("netbe_recv: expected %zd bytes, " in pci_vtnet_rx()
Dpci_xhci.c65 #define WPRINTF(params) PRINTLN params macro
483 WPRINTF(("pci_xhci: portregs_write to unpowered " in pci_xhci_portregs_write()
2259 WPRINTF(("pci_xhci: write RO-CAPs offset %ld", offset)); in pci_xhci_write()
2267 WPRINTF(("pci_xhci: write invalid offset %ld", offset)); in pci_xhci_write()
2492 WPRINTF(("pci_xhci: read invalid offset %ld", offset)); in pci_xhci_read()
2688 WPRINTF(("pci_xhci max number of USB 2 or 3 " in pci_xhci_parse_opts()
2757 WPRINTF(("pci_xhci no USB devices configured")); in pci_xhci_parse_opts()
2783 WPRINTF(("pci_xhci controller already defined")); in pci_xhci_init()
Dpci_virtio_console.c90 #define WPRINTF(params) PRINTLN params macro
500 WPRINTF(("VTCON_PORT_READY event for unknown port %d", in pci_vtcon_control_tx()
Dpci_ahci.c120 #define WPRINTF(format, arg...) printf(format, ##arg) macro
344 WPRINTF("unsupported fis type %d\n", ft); in ahci_write_fis()
1795 WPRINTF("Unsupported cmd:%02x\n", cfis[2]); in ahci_handle_cmd()
1840 WPRINTF("Not a H2D FIS:%02x\n", cfis[0]); in ahci_handle_slot()
2127 WPRINTF("pci_ahci_port: read only registers 0x%"PRIx64"\n", offset); in pci_ahci_port_write()
2202 WPRINTF("pci_ahci: unknown i/o write offset 0x%"PRIx64"\n", offset); in pci_ahci_write()
2301 WPRINTF("pci_ahci: unknown i/o read offset 0x%"PRIx64"\n", in pci_ahci_read()
Dusb_mouse.c49 #define WPRINTF(params) PRINTLN params macro
/freebsd-12-stable/sys/dev/xen/pcifront/
Dpcifront.c78 #define WPRINTF(fmt, args...) \ macro
198 WPRINTF("error granting access to ring page\n"); in pcifront_publish_info()
259 WPRINTF("could not find nexus0!\n"); in pcifront_connect()
266 WPRINTF("could not create xpcife%d!\n", pdev->unit); in pcifront_connect()
392 WPRINTF("pciback not responding!!!\n"); in do_pci_op()