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