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

/freebsd-10.0-release/sys/kern/
H A Dsubr_rman.c102 static int rman_debug = 0; variable
103 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
/freebsd-10.0-release/sys/dev/siba/
H A Dsiba.c58 extern int rman_debug;
169 //rman_debug = 1; /* XXX */

Completed in 90 milliseconds