Searched refs:FPRINTLN (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | debug.h | 34 #define FPRINTLN(filep, fmt, arg...) \ macro 42 #define PRINTLN(fmt, arg...) FPRINTLN(stdout, fmt, ##arg) 43 #define EPRINTLN(fmt, arg...) FPRINTLN(stderr, fmt, ##arg)
|
H A D | pci_virtio_viona.c | 119 FPRINTLN(stdout, fmt, ##arg); \ 123 #define WPRINTF(fmt, arg...) FPRINTLN(stderr, fmt, ##arg)
|