/freebsd/usr.sbin/bhyve/ |
H A D | pci_virtio_input.c | 81 #define WPRINTF(params) PRINTLN params macro 194 WPRINTF(("%s: invalid descriptor: %d", __func__, n)); in pci_vtinput_notify_statusq() 224 WPRINTF(("%s: failed gettimeofday", __func__)); in pci_vtinput_notify_statusq() 227 WPRINTF(("%s: failed to write host_event", __func__)); in pci_vtinput_notify_statusq() 422 WPRINTF(("%s: read to invalid offset/size %d/%d", __func__, in pci_vtinput_cfgread() 452 WPRINTF(("%s: write to readonly reg %d", __func__, offset)); in pci_vtinput_cfgwrite() 477 WPRINTF(("%s: realloc memory for eventqueue failed!", in vtinput_eventqueue_add_event() 518 WPRINTF(( in vtinput_eventqueue_send_events() 529 WPRINTF(("%s: invalid descriptor: %d", __func__, n)); in vtinput_eventqueue_send_events() 533 WPRINTF( in vtinput_eventqueue_send_events() [all …]
|
H A D | pci_virtio_scsi.c | 88 #define WPRINTF(msg, params...) PRINTLN("virtio-scsi: " msg, ##params) macro 89 #define DPRINTF(msg, params...) if (pci_vtscsi_debug) WPRINTF(msg, ##params) 364 WPRINTF("ignoring truncated control request"); in pci_vtscsi_control_handle() 372 WPRINTF("ignoring tmf request with size %zu", bufsize); in pci_vtscsi_control_handle() 381 WPRINTF("ignoring AN request with size %zu", bufsize); in pci_vtscsi_control_handle() 452 WPRINTF("CTL_IO: err=%d (%s)", errno, strerror(errno)); in pci_vtscsi_tmf_handle() 481 WPRINTF("ignoring request with insufficient output"); in pci_vtscsi_request_handle() 485 WPRINTF("ignoring request with incomplete header"); in pci_vtscsi_request_handle() 554 WPRINTF("CTL_IO: err=%d (%s)", errno, strerror(errno)); in pci_vtscsi_request_handle() 723 WPRINTF("cannot open %s: %s", devname, strerror(errno)); in pci_vtscsi_init()
|
H A D | pci_nvme.c | 88 #define WPRINTF(fmt, args...) PRINTLN(fmt, ##args) macro 479 WPRINTF("%s: clamping number of SQ from %u to %u", in pci_nvme_init_queues() 489 WPRINTF("%s: SQ allocation failed", __func__); in pci_nvme_init_queues() 502 WPRINTF("%s: clamping number of CQ from %u to %u", in pci_nvme_init_queues() 512 WPRINTF("%s: CQ allocation failed", __func__); in pci_nvme_init_queues() 1215 WPRINTF("%s NOT PERMITTED queue id %u / num_squeues %u", in nvme_opc_delete_io_sq() 1238 WPRINTF("%s queue index %u > num_squeues %u", in nvme_opc_create_io_sq() 1294 WPRINTF("%s unsupported non-contig (list-based) " in nvme_opc_create_io_sq() 1312 WPRINTF("%s queue index %u / num_cqueues %u", in nvme_opc_delete_io_cq() 1342 WPRINTF("%s unsupported non-contig (list-based) " in nvme_opc_create_io_cq() [all …]
|
H A D | pci_virtio_rnd.c | 67 #define WPRINTF(params) PRINTLN params macro 168 WPRINTF(("vtrnd: /dev/random not ready, read(): %d", len)); in pci_vtrnd_init()
|
H A D | rfb.c | 80 #define WPRINTF(params) PRINTLN params macro 352 WPRINTF(("rfb: pixfmt unsupported bitdepth bpp: %d " in rfb_recv_set_pixfmt_msg() 364 WPRINTF(("rfb: pixfmt unsupported max values " in rfb_recv_set_pixfmt_msg() 378 WPRINTF(("rfb: pixfmt unsupported shift values " in rfb_recv_set_pixfmt_msg() 530 WPRINTF(("zlib[rect] deflate err: %d", err)); in rfb_send_rect() 620 WPRINTF(("zlib deflate err: %d", err)); in rfb_send_all() 1108 WPRINTF(("Auth not supported, no OpenSSL in your system")); in rfb_handle() 1189 WPRINTF(("rfb unknown cli-code %d!", buf[0] & 0xff)); in rfb_handle()
|
H A D | pci_e82545.c | 235 #define WPRINTF(msg,params...) PRINTLN("e82545: " msg, ##params) macro 236 #define DPRINTF(msg,params...) if (e82545_debug) WPRINTF(msg, params) 1154 WPRINTF("final descriptor too short (%d) -- dropped", in e82545_transmit() 1218 WPRINTF("tx too many descriptors (%d > %d) -- dropped", in e82545_transmit() 1249 WPRINTF("TSO hdrlen too large: %d", hdrlen); in e82545_transmit() 1264 WPRINTF("TSO hdrlen too small for vlan insertion " in e82545_transmit() 1286 WPRINTF("TSO hdrlen too small for IP fields (%d) " in e82545_transmit() 1292 WPRINTF("TSO hdrlen too small for TCP fields " in e82545_transmit() 1298 WPRINTF("TSO hdrlen too small for UDP fields " in e82545_transmit() 1304 WPRINTF("TSO hdrlen too small for TCP/UDP fields " in e82545_transmit() [all …]
|
H A D | pci_xhci.c | 67 #define WPRINTF(params) PRINTLN params macro 488 WPRINTF(("pci_xhci: portregs_write to unpowered " in pci_xhci_portregs_write() 2322 WPRINTF(("pci_xhci: write RO-CAPs offset %ld", offset)); in pci_xhci_write() 2330 WPRINTF(("pci_xhci: write invalid offset %ld", offset)); in pci_xhci_write() 2554 WPRINTF(("pci_xhci: read invalid offset %ld", offset)); in pci_xhci_read() 2790 WPRINTF(("pci_xhci max number of USB 2 or 3 " in pci_xhci_parse_devices() 2840 WPRINTF(("pci_xhci max number of USB 2 devices " in pci_xhci_parse_devices() 2849 WPRINTF(("pci_xhci max number of USB 3 devices " in pci_xhci_parse_devices() 2879 WPRINTF(("pci_xhci no USB devices configured")); in pci_xhci_parse_devices() 2901 WPRINTF(("pci_xhci controller already defined")); in pci_xhci_init()
|
H A D | pci_virtio_net.c | 98 #define WPRINTF(params) PRINTLN params macro 355 WPRINTF(("netbe_recv: expected %zd bytes, " in pci_vtnet_rx()
|
H A D | pci_virtio_console.c | 88 #define WPRINTF(params) PRINTLN params macro 520 WPRINTF(("VTCON_PORT_READY event for unknown port %d", in pci_vtcon_control_tx()
|
H A D | pci_virtio_9p.c | 63 #define WPRINTF(params) printf params macro
|
H A D | pci_virtio_block.c | 163 #define WPRINTF(params) PRINTLN params macro
|
H A D | usb_mouse.c | 49 #define WPRINTF(params) PRINTLN params macro
|
/freebsd/sys/dev/xen/pcifront/ |
H A D | pcifront.c | 78 #define WPRINTF(fmt, args...) \ macro 197 WPRINTF("error granting access to ring page\n"); in pcifront_publish_info() 258 WPRINTF("could not find nexus0!\n"); in pcifront_connect() 265 WPRINTF("could not create xpcife%d!\n", pdev->unit); in pcifront_connect() 391 WPRINTF("pciback not responding!!!\n"); in do_pci_op()
|