Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/bhyve/
HDpci_virtio_net.c135 #define WPRINTF(params) printf params macro
717 WPRINTF(("open of tap device %s failed\n", tbuf)); in pci_vtnet_tap_setup()
727 WPRINTF(("tap device O_NONBLOCK failed\n")); in pci_vtnet_tap_setup()
743 WPRINTF(("Could not register event\n")); in pci_vtnet_tap_setup()
757 WPRINTF(("open of netmap device %s failed\n", ifname)); in pci_vtnet_netmap_setup()
766 WPRINTF(("Could not register event\n")); in pci_vtnet_netmap_setup()
HDpci_virtio_rnd.c66 #define WPRINTF(params) printf params macro
171 WPRINTF(("vtrnd: /dev/random not ready, read(): %d", len)); in pci_vtrnd_init()
HDrfb.c73 #define WPRINTF(params) printf params macro
357 WPRINTF(("zlib[rect] deflate err: %d\n", err)); in rfb_send_rect()
441 WPRINTF(("zlib deflate err: %d\n", err)); in rfb_send_all()
842 WPRINTF(("Auth not supported, no OpenSSL in your system")); in rfb_handle()
903 WPRINTF(("rfb unknown cli-code %d!\n", buf[0] & 0xff)); in rfb_handle()
HDpci_e82545.c229 #define WPRINTF(msg,params...) fprintf(stderr, "e82545: " msg, params) macro
1203 WPRINTF("tx too many descriptors (%d > %d) -- dropped\r\n", in e82545_transmit()
1234 WPRINTF("TSO hdrlen too large: %d\r\n", hdrlen); in e82545_transmit()
1249 WPRINTF("TSO hdrlen too small for vlan insertion " in e82545_transmit()
1271 WPRINTF("TSO hdrlen too small for IP fields (%d) " in e82545_transmit()
1277 WPRINTF("TSO hdrlen too small for TCP fields " in e82545_transmit()
1283 WPRINTF("TSO hdrlen too small for UDP fields " in e82545_transmit()
1289 WPRINTF("TSO hdrlen too small for TCP/UDP fields " in e82545_transmit()
2306 WPRINTF("tap device O_NONBLOCK failed: %d\n", errno); in e82545_open_tap()
HDpci_xhci.c64 #define WPRINTF(params) printf params macro
475 WPRINTF(("pci_xhci: portregs_write to unpowered " in pci_xhci_portregs_write()
2246 WPRINTF(("pci_xhci: write RO-CAPs offset %ld\r\n", offset)); in pci_xhci_write()
2254 WPRINTF(("pci_xhci: write invalid offset %ld\r\n", offset)); in pci_xhci_write()
2479 WPRINTF(("pci_xhci: read invalid offset %ld\r\n", offset)); in pci_xhci_read()
2675 WPRINTF(("pci_xhci max number of USB 2 or 3 " in pci_xhci_parse_opts()
2744 WPRINTF(("pci_xhci no USB devices configured\r\n")); in pci_xhci_parse_opts()
2770 WPRINTF(("pci_xhci controller already defined\r\n")); in pci_xhci_init()
HDpci_ahci.c120 #define WPRINTF(format, arg...) printf(format, ##arg) macro
344 WPRINTF("unsupported fis type %d\n", ft); in ahci_write_fis()
1791 WPRINTF("Unsupported cmd:%02x\n", cfis[2]); in ahci_handle_cmd()
1836 WPRINTF("Not a H2D FIS:%02x\n", cfis[0]); in ahci_handle_slot()
2123 WPRINTF("pci_ahci_port: read only registers 0x%"PRIx64"\n", offset); in pci_ahci_port_write()
2198 WPRINTF("pci_ahci: unknown i/o write offset 0x%"PRIx64"\n", offset); in pci_ahci_write()
2297 WPRINTF("pci_ahci: unknown i/o read offset 0x%"PRIx64"\n", in pci_ahci_read()
HDpci_virtio_console.c86 #define WPRINTF(params) printf params macro
486 WPRINTF(("VTCON_PORT_READY event for unknown port %d\n", in pci_vtcon_control_tx()
HDpci_virtio_block.c127 #define WPRINTF(params) printf params macro
HDusb_mouse.c48 #define WPRINTF(params) printf params macro
/freebsd-11-stable/sys/dev/xen/pcifront/
HDpcifront.c76 #define WPRINTF(fmt, args...) \ macro
196 WPRINTF("error granting access to ring page\n"); in pcifront_publish_info()
257 WPRINTF("could not find nexus0!\n"); in pcifront_connect()
264 WPRINTF("could not create xpcife%d!\n", pdev->unit); in pcifront_connect()
390 WPRINTF("pciback not responding!!!\n"); in do_pci_op()