Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_rman.c69 static int rman_debug = 0; variable
70 TUNABLE_INT("debug.rman_debug", &rman_debug);
71 SYSCTL_INT(_debug, OID_AUTO, rman_debug, CTLFLAG_RW,
72 &rman_debug, 0, "rman debug");
74 #define DPRINTF(params) if (rman_debug) kprintf params