Searched refs:rman_debug (Results 1 – 2 of 2) sorted by relevance
97 static int rman_debug = 0; variable98 SYSCTL_INT(_debug, OID_AUTO, rman_debug, CTLFLAG_RWTUN,99 &rman_debug, 0, "rman debug");101 #define DPRINTF(...) do { if (rman_debug) printf(__VA_ARGS__); } while (0)
84 debug.rman_debug