Searched refs:rman_debug (Results 1 – 1 of 1) sorted by relevance
103 static int rman_debug = 0; variable104 SYSCTL_INT(_debug, OID_AUTO, rman_debug, CTLFLAG_RWTUN,105 &rman_debug, 0, "rman debug");107 #define DPRINTF(params) if (rman_debug) printf params