Searched refs:PRINTLN (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_virtio_rnd.c | 67 #define DPRINTF(params) if (pci_vtrnd_debug) PRINTLN params 68 #define WPRINTF(params) PRINTLN params
|
H A D | debug.h | 42 #define PRINTLN(fmt, arg...) FPRINTLN(stdout, fmt, ##arg) macro
|
H A D | privileges.c | 50 if (priv_debug) do { PRINTLN params; fflush(stdout); } while (0)
|
H A D | pci_virtio_block.c | 173 #define DPRINTF(params) if (pci_vtblk_debug) PRINTLN params 174 #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 | 81 PRINTLN params 82 #define WPRINTF(params) PRINTLN params
|
H A D | pci_virtio_console.c | 92 #define DPRINTF(params) if (pci_vtcon_debug) PRINTLN params 93 #define WPRINTF(params) PRINTLN params
|
H A D | usb_mouse.c | 46 #define DPRINTF(params) if (umouse_debug) PRINTLN params 47 #define WPRINTF(params) PRINTLN params
|
H A D | pci_fbuf.c | 66 #define DPRINTF(level, params) if (level <= fbuf_debug) 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 | 64 #define DPRINTF(params) if (xhci_debug) PRINTLN params 65 #define WPRINTF(params) PRINTLN params
|
H A D | pci_nvme.c | 94 #define DPRINTF(fmt, args...) if (nvme_debug) PRINTLN(fmt, ##args) 95 #define WPRINTF(fmt, args...) PRINTLN(fmt, ##args)
|
H A D | pci_e82545.c | 233 #define WPRINTF(msg,params...) PRINTLN("e82545: " msg, ##params)
|