Searched refs:DEBUG_LOG (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/ofed/librdmacm/examples/
H A Drping.c53 #define DEBUG_LOG if (debug) printf macro
167 DEBUG_LOG("cma_event type %s cma_id %p (%s)\n",
190 DEBUG_LOG("child cma %p\n", cb->child_cm_id);
195 DEBUG_LOG("ESTABLISHED\n");
247 DEBUG_LOG("Received rkey %x addr %" PRIx64 " len %d from peer\n",
292 DEBUG_LOG("send completion\n");
296 DEBUG_LOG("rdma write completion\n");
302 DEBUG_LOG("rdma read completion\n");
308 DEBUG_LOG("recv completion\n");
325 DEBUG_LOG("unknow
[all...]
/freebsd-10.1-release/sys/contrib/rdma/krping/
H A Dkrping.c58 #define DEBUG_LOG(cb, x...) if (krping_debug) krping_printf((cb)->cookie, x) macro
248 DEBUG_LOG(cb, "cma_event type %d cma_id %p (%s)\n", event->event,
269 DEBUG_LOG(cb, "child cma %p\n", cb->child_cm_id);
274 DEBUG_LOG(cb, "ESTABLISHED\n");
321 DEBUG_LOG(cb, "Received rkey %x addr %llx len %d from peer\n",
370 DEBUG_LOG(cb, "cq flushed\n");
382 DEBUG_LOG(cb, "send completion\n");
388 DEBUG_LOG(cb, "rdma write completion\n");
396 DEBUG_LOG(cb, "rdma read completion\n");
404 DEBUG_LOG(c
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/common/
H A DMutex.cpp24 #define DEBUG_LOG(fmt, ...) printf(fmt, ## __VA_ARGS__)
26 #define DEBUG_LOG(fmt, ...) macro
270 DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_lock (%p)...\n", Host::GetCurrentProcessID(), Host::GetCurrentThreadID(), &m_mutex);
286 DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_lock (%p) => %i\n", Host::GetCurrentProcessID(), Host::GetCurrentThreadID(), &m_mutex, err);
306 DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_trylock (%p) => %i\n", Host::GetCurrentProcessID(), Host::GetCurrentThreadID(), &m_mutex, err);
335 DEBUG_LOG ("[%4.4" PRIx64 "/%4.4" PRIx64 "] pthread_mutex_unlock (%p) => %i\n", Host::GetCurrentProcessID(), Host::GetCurrentThreadID(), &m_mutex, err);

Completed in 106 milliseconds