Home
last modified time | relevance | path

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

/dpdk/lib/cmdline/
H A Dcmdline_cirbuf.h28 #define dprintf_(fmt, ...) printf("line %3.3d - " fmt "%.0s", __LINE__, __VA_ARGS__) macro
29 #define dprintf(...) dprintf_(__VA_ARGS__, "dummy")