Searched refs:dprov_debug (Results 1 – 1 of 1) sorted by relevance
123 static uint32_t dprov_debug = 0; variable125 #define DPROV_DEBUG(f, x) if (dprov_debug & (f)) { (void) printf x; }126 #define DPROV_CALL(f, r, x) if (dprov_debug & (f)) { (void) r x; }