Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_local.h124 extern int mhd_debug;
125 #define MHDPRINTF(n) if (mhd_debug > 0) mhd_eprintf n
126 #define MHDPRINTF1(n) if (mhd_debug > 1) mhd_eprintf n
127 #define MHDPRINTF2(n) if (mhd_debug > 2) mhd_eprintf n
H A Dmhd_error.c37 int mhd_debug = MHD_DEBUG; variable
H A Dmhd_set.c323 if (mhd_debug > 0) { in mhd_create_set()