Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.sbin/bhyve/
Dpci_virtio_rnd.c59 #define WPRINTF(params) printf params macro
154 WPRINTF(("vtrnd: /dev/random not ready, read(): %d", len)); in pci_vtrnd_init()
Dpci_virtio_net.c128 #define WPRINTF(params) printf params macro
752 WPRINTF(("open of tap device %s failed\n", tbuf)); in pci_vtnet_tap_setup()
762 WPRINTF(("tap device O_NONBLOCK failed\n")); in pci_vtnet_tap_setup()
772 WPRINTF(("Could not register event\n")); in pci_vtnet_tap_setup()
786 WPRINTF(("open of netmap device %s failed\n", ifname)); in pci_vtnet_netmap_setup()
795 WPRINTF(("Could not register event\n")); in pci_vtnet_netmap_setup()
Dpci_ahci.c118 #define WPRINTF(format, arg...) printf(format, ##arg) macro
340 WPRINTF("unsupported fis type %d\n", ft); in ahci_write_fis()
1794 WPRINTF("Unsupported cmd:%02x\n", cfis[2]); in ahci_handle_cmd()
1839 WPRINTF("Not a H2D FIS:%02x\n", cfis[0]); in ahci_handle_slot()
2126 WPRINTF("pci_ahci_port: read only registers 0x%"PRIx64"\n", offset); in pci_ahci_port_write()
2201 WPRINTF("pci_ahci: unknown i/o write offset 0x%"PRIx64"\n", offset); in pci_ahci_write()
2300 WPRINTF("pci_ahci: unknown i/o read offset 0x%"PRIx64"\n", in pci_ahci_read()
Dpci_virtio_block.c122 #define WPRINTF(params) printf params macro
Dpci_e82545.c221 #define WPRINTF(msg,params...) fprintf(stderr, "e82545: " msg, params) macro
1194 WPRINTF("tx too many descriptors (%d > %d) -- dropped\r\n", in e82545_transmit()
2226 WPRINTF("tap device O_NONBLOCK failed: %d\n", errno); in e82545_open_tap()
/freebsd-10-stable/sys/dev/xen/pcifront/
Dpcifront.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()