Searched refs:WPRINTF (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dpci_virtio_input.c81 #define WPRINTF(params) PRINTLN params macro
194 WPRINTF(("%s: invalid descriptor: %d", __func__, n));
224 WPRINTF(("%s: failed gettimeofday", __func__));
227 WPRINTF(("%s: failed to write host_event", __func__));
422 WPRINTF(("%s: read to invalid offset/size %d/%d", __func__,
452 WPRINTF(("%s: write to readonly reg %d", __func__, offset));
477 WPRINTF(("%s: realloc memory for eventqueue failed!",
518 WPRINTF((
529 WPRINTF(("%s: invalid descriptor: %d", __func__, n));
533 WPRINTF(
[all...]
H A Dpci_virtio_rnd.c67 #define WPRINTF(params) PRINTLN params macro
168 WPRINTF(("vtrnd: /dev/random not ready, read(): %d", len));
H A Dpci_virtio_scsi.c88 #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");
372 WPRINTF("ignoring tmf request with size %zu", bufsize);
381 WPRINTF("ignoring AN request with size %zu", bufsize);
452 WPRINTF("CTL_IO: err=%d (%s)", errno, strerror(errno));
481 WPRINTF("ignoring request with insufficient output");
485 WPRINTF("ignoring request with incomplete header");
554 WPRINTF("CTL_IO: err=%d (%s)", errno, strerror(errno));
723 WPRINTF("canno
[all...]
H A Dpci_nvme.c88 #define WPRINTF(fmt, args...) PRINTLN(fmt, ##args) macro
468 WPRINTF("%s: clamping number of SQ from %u to %u",
478 WPRINTF("%s: SQ allocation failed", __func__);
491 WPRINTF("%s: clamping number of CQ from %u to %u",
501 WPRINTF("%s: CQ allocation failed", __func__);
1204 WPRINTF("%s NOT PERMITTED queue id %u / num_squeues %u",
1227 WPRINTF("%s queue index %u > num_squeues %u",
1283 WPRINTF("%s unsupported non-contig (list-based) "
1301 WPRINTF("%s queue index %u / num_cqueues %u",
1331 WPRINTF("
[all...]
H A Dpci_e82545.c235 #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",
1218 WPRINTF("tx too many descriptors (%d > %d) -- dropped",
1249 WPRINTF("TSO hdrlen too large: %d", hdrlen);
1264 WPRINTF("TSO hdrlen too small for vlan insertion "
1286 WPRINTF("TSO hdrlen too small for IP fields (%d) "
1292 WPRINTF("TSO hdrlen too small for TCP fields "
1298 WPRINTF("TSO hdrlen too small for UDP fields "
1304 WPRINTF("TS
[all...]
H A Drfb.c80 #define WPRINTF(params) PRINTLN params macro
429 WPRINTF(("zlib[rect] deflate err: %d", err));
513 WPRINTF(("zlib deflate err: %d", err));
989 WPRINTF(("Auth not supported, no OpenSSL in your system"));
1070 WPRINTF(("rfb unknown cli-code %d!", buf[0] & 0xff));
H A Dpci_virtio_net.c98 #define WPRINTF(params) PRINTLN params macro
355 WPRINTF(("netbe_recv: expected %zd bytes, "
H A Dpci_virtio_console.c88 #define WPRINTF(params) PRINTLN params macro
520 WPRINTF(("VTCON_PORT_READY event for unknown port %d",
H A Dpci_virtio_9p.c63 #define WPRINTF(params) printf params macro
H A Dpci_xhci.c67 #define WPRINTF(params) PRINTLN params macro
487 WPRINTF(("pci_xhci: portregs_write to unpowered "
2280 WPRINTF(("pci_xhci: write RO-CAPs offset %ld", offset));
2288 WPRINTF(("pci_xhci: write invalid offset %ld", offset));
2512 WPRINTF(("pci_xhci: read invalid offset %ld", offset));
2748 WPRINTF(("pci_xhci max number of USB 2 or 3 "
2798 WPRINTF(("pci_xhci max number of USB 2 devices "
2807 WPRINTF(("pci_xhci max number of USB 3 devices "
2837 WPRINTF(("pci_xhci no USB devices configured"));
2859 WPRINTF(("pci_xhc
[all...]
H A Dpci_virtio_block.c163 #define WPRINTF(params) PRINTLN params macro
H A Dusb_mouse.c49 #define WPRINTF(params) PRINTLN params macro

Completed in 137 milliseconds