Home
last modified time | relevance | path

Searched refs:FPRINTLN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Ddebug.h34 #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 Dpci_virtio_viona.c119 FPRINTLN(stdout, fmt, ##arg); \
123 #define WPRINTF(fmt, arg...) FPRINTLN(stderr, fmt, ##arg)