Searched refs:WPRINTF (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_virtio_rnd.c66 #define WPRINTF(params) printf params macro
171 WPRINTF(("vtrnd: /dev/random not ready, read(): %d", len));
H A Dpci_virtio_console.c86 #define WPRINTF(params) printf params macro
486 WPRINTF(("VTCON_PORT_READY event for unknown port %d\n",
H A Drfb.c73 #define WPRINTF(params) printf params macro
357 WPRINTF(("zlib[rect] deflate err: %d\n", err));
441 WPRINTF(("zlib deflate err: %d\n", err));
842 WPRINTF(("Auth not supported, no OpenSSL in your system"));
903 WPRINTF(("rfb unknown cli-code %d!\n", buf[0] & 0xff));
H A Dpci_xhci.c64 #define WPRINTF(params) printf params macro
475 WPRINTF(("pci_xhci: portregs_write to unpowered "
2246 WPRINTF(("pci_xhci: write RO-CAPs offset %ld\r\n", offset));
2254 WPRINTF(("pci_xhci: write invalid offset %ld\r\n", offset));
2479 WPRINTF(("pci_xhci: read invalid offset %ld\r\n", offset));
2675 WPRINTF(("pci_xhci max number of USB 2 or 3 "
2744 WPRINTF(("pci_xhci no USB devices configured\r\n"));
2770 WPRINTF(("pci_xhci controller already defined\r\n"));
H A Dpci_virtio_net.c135 #define WPRINTF(params) printf params macro
717 WPRINTF(("open of tap device %s failed\n", tbuf));
727 WPRINTF(("tap device O_NONBLOCK failed\n"));
743 WPRINTF(("Could not register event\n"));
757 WPRINTF(("open of netmap device %s failed\n", ifname));
766 WPRINTF(("Could not register event\n"));
H A Dpci_virtio_block.c127 #define WPRINTF(params) printf params macro
H A Dpci_e82545.c229 #define WPRINTF(msg,params...) fprintf(stderr, "e82545: " msg, params) macro
1203 WPRINTF("tx too many descriptors (%d > %d) -- dropped\r\n",
1234 WPRINTF("TSO hdrlen too large: %d\r\n", hdrlen);
1249 WPRINTF("TSO hdrlen too small for vlan insertion "
1271 WPRINTF("TSO hdrlen too small for IP fields (%d) "
1279 WPRINTF("TSO hdrlen too small for TCP fields "
1285 WPRINTF("TSO hdrlen too small for UDP fields "
2303 WPRINTF("tap device O_NONBLOCK failed: %d\n", errno);
H A Dpci_ahci.c120 #define WPRINTF(format, arg...) printf(format, ##arg) macro
344 WPRINTF("unsupported fis type %d\n", ft);
1791 WPRINTF("Unsupported cmd:%02x\n", cfis[2]);
1836 WPRINTF("Not a H2D FIS:%02x\n", cfis[0]);
2123 WPRINTF("pci_ahci_port: read only registers 0x%"PRIx64"\n", offset);
2198 WPRINTF("pci_ahci: unknown i/o write offset 0x%"PRIx64"\n", offset);
2297 WPRINTF("pci_ahci: unknown i/o read offset 0x%"PRIx64"\n",
H A Dusb_mouse.c48 #define WPRINTF(params) printf params macro
/freebsd-11-stable/sys/dev/xen/pcifront/
H A Dpcifront.c76 #define WPRINTF(fmt, args...) \ macro
196 WPRINTF("error granting access to ring page\n");
257 WPRINTF("could not find nexus0!\n");
264 WPRINTF("could not create xpcife%d!\n", pdev->unit);
390 WPRINTF("pciback not responding!!!\n");

Completed in 123 milliseconds