Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/io/
H A Ddprov.c121 static uint32_t dprov_debug = 0; variable
123 #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; }