Home
last modified time | relevance | path

Searched defs:DEBUG_LOG (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/librdmacm/examples/
H A Drping.c50 #define DEBUG_LOG if (debug) printf macro
/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c60 #define DEBUG_LOG(...) do { if (krping_debug) log(LOG_INFO, __VA_ARGS__); } while (0) macro