Searched refs:rman_debug (Results 1 – 3 of 3) sorted by relevance
102 static int rman_debug = 0; variable103 TUNABLE_INT("debug.rman_debug", &rman_debug);104 SYSCTL_INT(_debug, OID_AUTO, rman_debug, CTLFLAG_RW,105 &rman_debug, 0, "rman debug");107 #define DPRINTF(params) if (rman_debug) printf params
58 extern int rman_debug;
85 debug.rman_debug