Searched refs:ucbsnd_debug (Results 1 – 1 of 1) sorted by relevance
70 int ucbsnd_debug = 1; variable71 #define DPRINTF(arg) if (ucbsnd_debug) printf arg;72 #define DPRINTFN(n, arg) if (ucbsnd_debug > (n)) printf arg;