Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
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-9-stable/sys/dev/siba/
Dsiba.c58 extern int rman_debug;
/freebsd-9-stable/tools/tools/sysdoc/
Dtunables.mdoc85 debug.rman_debug