Searched refs:PRINTLN (Results 1 – 13 of 13) sorted by relevance
| /src/usr.sbin/bhyve/ |
| H A D | pci_virtio_rnd.c | 66 #define DPRINTF(params) if (pci_vtrnd_debug) PRINTLN params 67 #define WPRINTF(params) PRINTLN params
|
| H A D | debug.h | 42 #define PRINTLN(fmt, arg...) FPRINTLN(stdout, fmt, ##arg) macro
|
| H A D | pci_virtio_block.c | 162 #define DPRINTF(params) if (pci_vtblk_debug) PRINTLN params 163 #define WPRINTF(params) PRINTLN params
|
| H A D | pci_virtio_net.c | 97 #define DPRINTF(params) if (pci_vtnet_debug) PRINTLN params 98 #define WPRINTF(params) PRINTLN params
|
| H A D | pci_virtio_input.c | 80 PRINTLN params 81 #define WPRINTF(params) PRINTLN params
|
| H A D | pci_virtio_console.c | 87 #define DPRINTF(params) if (pci_vtcon_debug) PRINTLN params 88 #define WPRINTF(params) PRINTLN params
|
| H A D | usb_mouse.c | 48 #define DPRINTF(params) if (umouse_debug) PRINTLN params 49 #define WPRINTF(params) PRINTLN params
|
| H A D | pci_fbuf.c | 68 #define DPRINTF(level, params) if (level <= fbuf_debug) PRINTLN params
|
| H A D | rfb.c | 81 #define DPRINTF(params) if (rfb_debug) PRINTLN params 82 #define WPRINTF(params) PRINTLN params
|
| H A D | pci_virtio_scsi.c | 89 #define WPRINTF(msg, params...) PRINTLN("virtio-scsi: " msg, ##params)
|
| H A D | pci_xhci.c | 66 #define DPRINTF(params) if (xhci_debug) PRINTLN params 67 #define WPRINTF(params) PRINTLN params
|
| H A D | pci_nvme.c | 87 #define DPRINTF(fmt, args...) if (nvme_debug) PRINTLN(fmt, ##args) 88 #define WPRINTF(fmt, args...) PRINTLN(fmt, ##args)
|
| H A D | pci_e82545.c | 235 #define WPRINTF(msg,params...) PRINTLN("e82545: " msg, ##params)
|