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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dntwdt.c59 int ntwdt_debug = 0; /* ntwdt debug flag, dbg all for now. */ variable
62 * Flags to set in ntwdt_debug.
69 { if ((ntwdt_debug) & (flag)) (void) printf msg; }
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c498 * Flags to set in ntwdt_debug.
509 uint64_t ntwdt_debug; /* enables tracing of module's activity */ variable
512 #define NTWDT_NDBG(flag, msg) { if ((ntwdt_debug & (flag)) != 0) \
525 #define NTWDT_DBG(flag, msg) { if ((ntwdt_debug & (flag)) != 0) \

Completed in 255 milliseconds